From 4eeb3fc1795dd0214f0cdacff037d680362ed889 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 23:18:19 +0000 Subject: [PATCH] chore(deps): update nginx docker tag to v1.26.0 --- stub/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stub/Dockerfile b/stub/Dockerfile index aa0cbc9e..5f97de21 100644 --- a/stub/Dockerfile +++ b/stub/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.3-alpine +FROM nginx:1.26.0-alpine COPY ./nginx.conf /etc/nginx/conf.d/default.conf COPY ./stubs /usr/share/nginx/html