Skip to content

Commit cacfb79

Browse files
Update nginxinc/nginx-unprivileged Docker tag to v1.28
1 parent b6fab63 commit cacfb79

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
@@ -17,7 +17,7 @@ RUN python theme_common/scripts/combine_mkdocs_config_yaml.py theme_common/mkdoc
1717
# build the docs
1818
RUN mkdocs build
1919

20-
FROM nginxinc/nginx-unprivileged:1.27-alpine as deploy
20+
FROM nginxinc/nginx-unprivileged:1.28-alpine as deploy
2121
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/
2222
COPY default.conf /etc/nginx/conf.d/
2323

0 commit comments

Comments
 (0)