From fd478c744536febb201715fb7f2c66a28269f79c Mon Sep 17 00:00:00 2001 From: wodbot Date: Thu, 25 Feb 2021 13:40:49 +0000 Subject: [PATCH] Update nginx stability tag to 5.13.1 --- .env | 4 ++-- tests/.env | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env b/.env index d0271c899..9f25355ae 100644 --- a/.env +++ b/.env @@ -57,8 +57,8 @@ PHP_TAG=7.4-dev-4.22.0 ### --- NGINX ---- -NGINX_TAG=1.19-5.13.0 -#NGINX_TAG=1.18-5.13.0 +NGINX_TAG=1.19-5.13.1 +#NGINX_TAG=1.18-5.13.1 ### --- REDIS --- diff --git a/tests/.env b/tests/.env index 331395b29..ec93626d4 100644 --- a/tests/.env +++ b/tests/.env @@ -7,7 +7,7 @@ DB_ROOT_PASSWORD=password DB_HOST=mariadb MARIADB_TAG=10.5-3.12.0 -NGINX_TAG=1.19-5.13.0 +NGINX_TAG=1.19-5.13.1 REDIS_TAG=6-3.7.0 VARNISH_TAG=6.0-4.6.1