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/