From 221c1a844783ed53793a546574dba92028d6807f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 01:51:32 +0000 Subject: [PATCH] Update nginx:1.31.0-alpine Docker digest to 2f07d83 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31fd096..a25fd10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,7 +35,7 @@ EOF # Fix folder permissions, which apparently docker now creates without the exec bit. RUN find -type d -perm -004 -print0 | xargs -0 chmod +rx -FROM nginx:1.31.0-alpine@sha256:dc48b7a872a79fb541ba5081d320b11b549231bc63ba465a7495afaa7d2ebcb8 +FROM nginx:1.31.0-alpine@sha256:2f07d83bf561b506400dc183b1b2003803e39efbd22451f848adaba14d28c7c7 COPY nginx.conf /etc/nginx/ COPY --from=build /build /usr/share/nginx/html/