From 06f5d61cbbe65810fabda70e23fecb1ab642c96d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 19:25:02 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.1 --- stub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stub/Dockerfile b/stub/Dockerfile index a782920b..bd4da739 100644 --- a/stub/Dockerfile +++ b/stub/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.27.0-alpine +FROM nginx:1.27.1-alpine COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY ./stubs /usr/share/nginx/html