From 2dceffe6af6baa7a519e8ed4b6677917d0498b39 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 00:19:12 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.27.3 (#902) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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