Skip to content

Commit bf694ad

Browse files
committed
Update nginx:1.29.4-alpine Docker digest to 052b75a
1 parent 7f8fc89 commit bf694ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ EOF
3434
# Fix folder permissions, which apparently docker now creates without the exec bit.
3535
RUN find -type d -perm -004 -print0 | xargs -0 chmod +rx
3636

37-
FROM nginx:1.29.4-alpine@sha256:1e462d5b3fe0bc6647a9fbba5f47924b771254763e8a51b638842890967e477e
37+
FROM nginx:1.29.4-alpine@sha256:052b75ab72f690f33debaa51c7e08d9b969a0447a133eb2b99cc905d9188cb2b
3838

3939
COPY nginx.conf /etc/nginx/
4040
COPY --from=build /build /usr/share/nginx/html/

0 commit comments

Comments
 (0)