Skip to content

Commit 6c3a9ba

Browse files
Update nginx Docker tag to v1.29.0
1 parent cd4924b commit 6c3a9ba

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.0-alpine
1212
COPY --from=build /src/public/ /usr/share/nginx/html
1313

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

0 commit comments

Comments
 (0)