From 55f1f3bba52f34b65ec2072d1a9455b706cf80e5 Mon Sep 17 00:00:00 2001 From: Scott Mathieson Date: Wed, 2 Oct 2024 21:22:05 +0100 Subject: [PATCH] Update nginx version [1.27.2] --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 71bd33d..f01020e 100644 --- a/.env +++ b/.env @@ -1,5 +1,5 @@ ALPINE_VERSION=3.20 -NGINX_VERSION=1.27.1 +NGINX_VERSION=1.27.2 IMAGE_NAME=eingressio/nginx-tiny IMAGE_VERSION=${NGINX_VERSION} \ No newline at end of file