From 2765096c090806be387d824f4906a74fac58af0b Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Thu, 25 May 2023 12:11:51 +0300 Subject: [PATCH] Update nginx versions --- .env | 6 +++--- README.md | 2 +- tests/10/.env | 2 +- tests/7/.env | 2 +- tests/9/.env | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.env b/.env index 487c768b7..8259449d1 100644 --- a/.env +++ b/.env @@ -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 diff --git a/README.md b/README.md index 6b477f110..1e3bb06d0 100644 --- a/README.md +++ b/README.md @@ -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] | ✓ | | diff --git a/tests/10/.env b/tests/10/.env index 32dc71a71..636be13ff 100644 --- a/tests/10/.env +++ b/tests/10/.env @@ -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 \ No newline at end of file diff --git a/tests/7/.env b/tests/7/.env index b6bae4075..86f7b573b 100644 --- a/tests/7/.env +++ b/tests/7/.env @@ -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 diff --git a/tests/9/.env b/tests/9/.env index 6c0c4f887..7ac83d2fb 100644 --- a/tests/9/.env +++ b/tests/9/.env @@ -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 \ No newline at end of file