Skip to content

Commit 481725b

Browse files
authoredApr 26, 2024··
chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.26 (#646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 70eafce commit 481725b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Dockerfile-docs

+1-1
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.25-alpine as deploy
20+
FROM nginxinc/nginx-unprivileged:1.26-alpine as deploy
2121
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/reloader/
2222
COPY docs-nginx.conf /etc/nginx/conf.d/default.conf
2323

0 commit comments

Comments
 (0)
Please sign in to comment.