From f1a2ba2833c8dd15bc9c75b7b92cfd0b7227455b Mon Sep 17 00:00:00 2001 From: wodbot Date: Fri, 17 May 2024 02:14:30 +0000 Subject: [PATCH] Update nginx stability tag to 5.35.1 --- .env | 4 ++-- tests/.env | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index 2c3e6cb..dc8c91c 100644 --- a/.env +++ b/.env @@ -32,8 +32,8 @@ RUBY_TAG=3.3-dev-0.21.3 ### --- NGINX ---- -NGINX_TAG=1.25-5.35.0 -#NGINX_TAG=1.24-5.35.0 +NGINX_TAG=1.25-5.35.1 +#NGINX_TAG=1.24-5.35.1 ### --- NODE --- diff --git a/tests/.env b/tests/.env index db305a9..76993c4 100644 --- a/tests/.env +++ b/tests/.env @@ -6,6 +6,6 @@ DB_ADAPTER=postgresql VALKEY_TAG=7-0.1.0 POSTGRES_TAG=15-1.33.3 -NGINX_TAG=1.25-5.35.0 +NGINX_TAG=1.25-5.35.1 RUBY_STABILITY_TAG=0.21.3 \ No newline at end of file