From 128cebbd03f44d2aadf3eba0b3679e97ce4e5cc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 23:28:44 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.0 --- nginx-301-https/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-301-https/Dockerfile b/nginx-301-https/Dockerfile index 2e788428..1a2bccb3 100644 --- a/nginx-301-https/Dockerfile +++ b/nginx-301-https/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.15.1-alpine +FROM nginx:1.27.0-alpine COPY default.conf /etc/nginx/conf.d/default.conf