From 9fb619190bd673b72baf76a1fcda29533e19cfa9 Mon Sep 17 00:00:00 2001 From: wodbot Date: Tue, 15 Oct 2024 02:28:14 +0000 Subject: [PATCH] Update nginx stability tag to 5.39.9 --- .env | 4 ++-- tests/.env | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 172bc27..31bcd8e 100644 --- a/.env +++ b/.env @@ -30,8 +30,8 @@ PHP_TAG=8.3-dev-4.53.2 ### --- NGINX ---- -NGINX_TAG=1.27-5.39.8 -#NGINX_TAG=1.26-5.39.8 +NGINX_TAG=1.27-5.39.9 +#NGINX_TAG=1.26-5.39.9 ### --- NODE --- diff --git a/tests/.env b/tests/.env index 0d0d92b..1a26f13 100644 --- a/tests/.env +++ b/tests/.env @@ -6,6 +6,6 @@ DB_HOST=mariadb DB_DRIVER=mysql MARIADB_TAG=11.4-3.29.1 -NGINX_TAG=1.27-5.39.8 +NGINX_TAG=1.27-5.39.9 PHP_STABILITY_TAG=4.53.2 \ No newline at end of file