Skip to content

Commit 08ee7de

Browse files
Update nginx Docker tag to v1.29.4
1 parent 24c3913 commit 08ee7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.prod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EXPOSE 80
88

99
RUN hugo --config config.prod.toml
1010

11-
FROM nginx:1.25.2-alpine
11+
FROM nginx:1.29.4-alpine
1212
COPY --from=build /src/public/ /usr/share/nginx/html
1313

1414
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)