From 7c9ec365e2819d7d13f7a5c0ba9c94205b76c429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:18:54 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.3 --- stub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stub/Dockerfile b/stub/Dockerfile index eafcdfaa..41ee8b89 100644 --- a/stub/Dockerfile +++ b/stub/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.27.2-alpine +FROM nginx:1.27.3-alpine COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY ./stubs /usr/share/nginx/html