Skip to content

Commit 92ce972

Browse files
committed
Update tags
1 parent b348ecd commit 92ce972

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.env

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ PHP_TAG=7.2-dev-4.12.11
4444
### --- NGINX ----
4545

4646
NGINX_TAG=1.15-5.4.1
47-
#NGINX_TAG=1.14-5.4.1
47+
#NGINX_TAG=1.16-5.4.1
4848

4949
NGINX_VHOST_PRESET=drupal8
5050
#NGINX_VHOST_PRESET=drupal7
@@ -64,13 +64,13 @@ SOLR_TAG=7.7-3.1.3
6464

6565
### --- ELASTICSEARCH ---
6666

67-
ELASTICSEARCH_TAG=6.7-4.2.0
68-
#ELASTICSEARCH_TAG=5.6-4.2.0
67+
ELASTICSEARCH_TAG=7-4.2.0
68+
#ELASTICSEARCH_TAG=6-4.2.0
6969

7070
### --- KIBANA ---
7171

72-
KIBANA_TAG=6.7-4.2.0
73-
#KIBANA_TAG=5.6-4.2.0
72+
KIBANA_TAG=7-4.2.0
73+
#KIBANA_TAG=6-4.2.0
7474

7575
### --- REDIS ---
7676

@@ -79,9 +79,9 @@ REDIS_TAG=4-3.0.7
7979

8080
### --- NODE ---
8181

82-
NODE_TAG=10-0.13.1
83-
#NODE_TAG=8-0.13.1
84-
#NODE_TAG=6-0.13.1
82+
NODE_TAG=12-0.14.0
83+
#NODE_TAG=10-0.14.0
84+
#NODE_TAG=8-0.14.0
8585

8686
### --- VARNISH ---
8787

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The Drupal stack consist of the following containers:
1616

1717
| Container | Versions | Service name | Image | Default |
1818
| --------------- | ------------------- | --------------- | ---------------------------------- | ------- |
19-
| [Nginx] | 1.15, 1.14 | `nginx` | [wodby/nginx] ||
19+
| [Nginx] | 1.16, 1.15 | `nginx` | [wodby/nginx] ||
2020
| [Apache] | 2.4 | `apache` | [wodby/apache] | |
2121
| [Drupal] | 8, 7 | `php` | [wodby/drupal] ||
2222
| [PHP] | 7.3, 7.2, 7.1, 5.6 | `php` | [wodby/drupal-php] | |
@@ -25,11 +25,11 @@ The Drupal stack consist of the following containers:
2525
| [Redis] | 5, 4 | `redis` | [wodby/redis] | |
2626
| [Memcached] | 1 | `memcached` | [wodby/memcached] | |
2727
| [Varnish] | 6.0, 4.1 | `varnish` | [wodby/varnish] | |
28-
| [Node.js] | 10, 8, 6 | `node` | [wodby/node] | |
28+
| [Node.js] | 12, 10, 8 | `node` | [wodby/node] | |
2929
| [Drupal node] | 1.0 | `drupal-node` | [wodby/drupal-node] | |
3030
| [Solr] | 7.7, 7.6, 7.5, 6.6, 5.5 | `solr` | [wodby/solr] | |
31-
| [Elasticsearch] | 6.7, 5.6 | `elasticsearch` | [wodby/elasticsearch] | |
32-
| [Kibana] | 6.7, 5.6 | `kibana` | [wodby/kibana] | |
31+
| [Elasticsearch] | 7, 6 | `elasticsearch` | [wodby/elasticsearch] | |
32+
| [Kibana] | 7, 6 | `kibana` | [wodby/kibana] | |
3333
| [OpenSMTPD] | 6.0 | `opensmtpd` | [wodby/opensmtpd] | |
3434
| [Mailhog] | latest | `mailhog` | [mailhog/mailhog] ||
3535
| [AthenaPDF] | 2.10.0 | `athenapdf` | [arachnysdocker/athenapdf-service] | |

0 commit comments

Comments
 (0)