Skip to content

Commit

Permalink
Update nginx versions
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed May 25, 2023
1 parent 6f0b491 commit 2765096
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ PHP_TAG=8.2-dev-4.44.1

### --- NGINX ----

NGINX_TAG=1.23-5.32.0
#NGINX_TAG=1.22-5.32.0
#NGINX_TAG=1.21-5.32.0
NGINX_TAG=1.25-5.32.0
#NGINX_TAG=1.24-5.32.0
#NGINX_TAG=1.25-5.32.0

NGINX_VHOST_PRESET=drupal9
#NGINX_VHOST_PRESET=drupal8
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Drupal stack consist of the following containers:

| Container | Versions | Image | ARM64 support | Enabled by default |
|-----------------|--------------------|------------------------------------|---------------|--------------------|
| [Nginx] | 1.23, 1.22, 1.21 | [wodby/nginx] |||
| [Nginx] | 1.25, 1.24, 1.23 | [wodby/nginx] |||
| [Apache] | 2.4 | [wodby/apache] || |
| [Drupal] | 10, 9, 7 | [wodby/drupal] |||
| [PHP] | 8.2, 8.1, 8.0 | [wodby/drupal-php] || |
Expand Down
2 changes: 1 addition & 1 deletion tests/10/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ SOLR_TAG=8-4.18.2
SOLR_CONFIG_SET="search_api_solr_4.1.6"

NGINX_VHOST_PRESET=drupal10
NGINX_TAG=1.23-5.32.0
NGINX_TAG=1.25-5.32.0
DRUPAL_STABILITY_TAG=4.54.1
ZOOKEEPER_TAG=3.8
2 changes: 1 addition & 1 deletion tests/7/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ SOLR_TAG=7-4.15.0
SOLR_CONFIG_SET="search_api_solr_7.x-1.14"

NGINX_VHOST_PRESET=drupal7
NGINX_TAG=1.23-5.32.0
NGINX_TAG=1.25-5.32.0
DRUPAL_STABILITY_TAG=4.54.1
2 changes: 1 addition & 1 deletion tests/9/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ SOLR_TAG=8-4.18.2
SOLR_CONFIG_SET="search_api_solr_4.1.6"

NGINX_VHOST_PRESET=drupal9
NGINX_TAG=1.23-5.32.0
NGINX_TAG=1.25-5.32.0
DRUPAL_STABILITY_TAG=4.54.1
ZOOKEEPER_TAG=3.8

0 comments on commit 2765096

Please sign in to comment.