Skip to content

Commit

Permalink
chore(deps): update nginxinc/nginx-unprivileged docker tag to v1.26 (#…
Browse files Browse the repository at this point in the history
…646)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 26, 2024
1 parent 70eafce commit 481725b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile-docs
Expand Up @@ -17,7 +17,7 @@ RUN python theme_common/scripts/combine_mkdocs_config_yaml.py theme_common/mkdoc
# build the docs
RUN mkdocs build

FROM nginxinc/nginx-unprivileged:1.25-alpine as deploy
FROM nginxinc/nginx-unprivileged:1.26-alpine as deploy
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/reloader/
COPY docs-nginx.conf /etc/nginx/conf.d/default.conf

Expand Down

0 comments on commit 481725b

Please sign in to comment.