From 516f9e3917159757547b008dc7299a7cc4aee63d Mon Sep 17 00:00:00 2001 From: Chingis Sandanov Date: Mon, 20 May 2024 15:37:19 +0300 Subject: [PATCH] Add nginx 1.26, drop 1.24 --- .env | 4 ++-- README.md | 2 +- tests/.env | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.env b/.env index 35f061a..1285d3f 100644 --- a/.env +++ b/.env @@ -30,8 +30,8 @@ PHP_TAG=8.3-dev-4.50.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 ### --- NODE --- diff --git a/README.md b/README.md index 8ad90ee..0cdf056 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ The PHP 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] | ✓ | | | [PHP] | 8.3, 8.2, 8.1 | [wodby/php] | ✓ | ✓ | | Crond | | [wodby/php] | ✓ | | diff --git a/tests/.env b/tests/.env index 47afe21..06d745a 100644 --- a/tests/.env +++ b/tests/.env @@ -6,6 +6,6 @@ DB_HOST=mariadb DB_DRIVER=mysql MARIADB_TAG=11.0-3.28.3 -NGINX_TAG=1.25-5.35.1 +NGINX_TAG=1.26-5.35.1 PHP_STABILITY_TAG=4.50.2 \ No newline at end of file