diff --git a/.env b/.env index 30b6b22ef..dffb4196d 100644 --- a/.env +++ b/.env @@ -59,9 +59,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.23-5.32.0 ### --- REDIS --- diff --git a/README.md b/README.md index 9637cb02b..6e683bfe9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The WordPress 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] | ✓ | | | [WordPress] | 6 | [wodby/wordpress] | ✓ | ✓ | | [PHP] | 8.2, 8.1, 8.0 | [wodby/wordpress-php] | ✓ | | diff --git a/tests/.env b/tests/.env index affad436b..8ba2e675e 100644 --- a/tests/.env +++ b/tests/.env @@ -7,7 +7,7 @@ DB_ROOT_PASSWORD=password DB_HOST=mariadb MARIADB_TAG=10.9-3.25.1 -NGINX_TAG=1.23-5.32.0 +NGINX_TAG=1.25-5.32.0 REDIS_TAG=7-4.1.0 VARNISH_TAG=6.0-4.14.0