diff --git a/.env b/.env index b367034cf..1486319c9 100644 --- a/.env +++ b/.env @@ -59,8 +59,8 @@ PHP_TAG=8.3-dev-4.58.2 ### --- NGINX ---- -NGINX_TAG=1.25-5.35.1 -#NGINX_TAG=1.24-5.35.1 +NGINX_TAG=1.26-5.35.1 +#NGINX_TAG=1.25-5.35.1 ### --- VALKEY --- diff --git a/README.md b/README.md index cf8dcae25..4bcdde290 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The WordPress stack consist of the following containers: | Container | Versions | Image | ARM64 support | Enabled by default | |-----------------|-----------------------------|------------------------------------|---------------|--------------------| -| [Nginx] | 1.25, 1.24 | [wodby/nginx] | ✓ | ✓ | +| [Nginx] | 1.26, 1.25 | [wodby/nginx] | ✓ | ✓ | | [Apache] | 2.4 | [wodby/apache] | ✓ | | | [WordPress] | 6 | [wodby/wordpress] | ✓ | ✓ | | [PHP] | 8.3, 8.2, 8.1 | [wodby/wordpress-php] | ✓ | | diff --git a/tests/.env b/tests/.env index e050f7995..ac2ffe78f 100644 --- a/tests/.env +++ b/tests/.env @@ -7,7 +7,7 @@ DB_ROOT_PASSWORD=password DB_HOST=mariadb MARIADB_TAG=10.11-3.28.3 -NGINX_TAG=1.25-5.35.1 +NGINX_TAG=1.26-5.35.1 VALKEY_TAG=7-0.1.0 VARNISH_TAG=6.0-4.16.2