Skip to content

Commit 6899c94

Browse files
committed
Update nginx:1.29.3-alpine Docker digest to b3c656d
1 parent cf3f356 commit 6899c94

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.3-alpine@sha256:b23ea6c10814fccb32ac20485c74168ebefa1c3544a3dddfcb33494d24270df8
37+
FROM nginx:1.29.3-alpine@sha256:b3c656d55d7ad751196f21b7fd2e8d4da9cb430e32f646adcf92441b72f82b14
3838

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

0 commit comments

Comments
 (0)