chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.29

This commit is contained in:
renovate[bot]
2025-10-31 11:17:27 +00:00
committed by GitHub
parent f7d4fca874
commit e3e7cef752

View File

@@ -17,7 +17,7 @@ RUN python theme_common/scripts/combine_mkdocs_config_yaml.py theme_common/mkdoc
# build the docs # build the docs
RUN mkdocs build RUN mkdocs build
FROM nginxinc/nginx-unprivileged:1.27-alpine as deploy FROM nginxinc/nginx-unprivileged:1.29-alpine as deploy
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/reloader/ COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/reloader/
COPY docs-nginx.conf /etc/nginx/conf.d/default.conf COPY docs-nginx.conf /etc/nginx/conf.d/default.conf