Skip to content

Commit

Permalink
Merge pull request #7 from stakater/renovate/nginxinc-nginx-unprivile…
Browse files Browse the repository at this point in the history
…ged-1.x

Update nginxinc/nginx-unprivileged Docker tag to v1.24
  • Loading branch information
karl-johan-grahn authored Apr 27, 2023
2 parents 7465190 + 097778e commit 34c9926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY --chown=1001:root . .
# build the docs
RUN mkdocs build

FROM nginxinc/nginx-unprivileged:1.23-alpine as deploy
FROM nginxinc/nginx-unprivileged:1.24-alpine as deploy
COPY --from=builder $HOME/application/site/ /usr/share/nginx/html/oaas/
COPY default.conf /etc/nginx/conf.d/

Expand Down

0 comments on commit 34c9926

Please sign in to comment.