Skip to content

Commit 4fe7a71

Browse files
Update nginxinc/nginx-unprivileged Docker tag to v1.29
1 parent 9244a28 commit 4fe7a71

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
@@ -13,7 +13,7 @@ COPY --chown=1001:root . .
1313
RUN chmod +x prepare_theme.sh && ./prepare_theme.sh
1414
RUN mkdocs build
1515

16-
FROM nginxinc/nginx-unprivileged:1.27-alpine as deploy
16+
FROM nginxinc/nginx-unprivileged:1.29-alpine as deploy
1717
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/
1818
COPY default.conf /etc/nginx/conf.d/
1919

0 commit comments

Comments
 (0)