Skip to content

Commit

Permalink
chore(deps): update gsoci.azurecr.io/giantswarm/nginx-unprivileged do…
Browse files Browse the repository at this point in the history
…cker tag to v1.26
  • Loading branch information
renovate[bot] authored Apr 25, 2024
1 parent e35a4ca commit 003b63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN find /src/public \
-delete

# use minimal nginx alpine image for serving static html
FROM gsoci.azurecr.io/giantswarm/nginx-unprivileged:1.25-alpine
FROM gsoci.azurecr.io/giantswarm/nginx-unprivileged:1.26-alpine
EXPOSE 8080
USER 0

Expand Down
2 changes: 1 addition & 1 deletion proxy/Dockerfile.handbook-proxy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# use minimal nginx alpine image for proxying to hugo and decap-cms containers
FROM gsoci.azurecr.io/giantswarm/nginx-unprivileged:1.25-alpine
FROM gsoci.azurecr.io/giantswarm/nginx-unprivileged:1.26-alpine
EXPOSE 8081
USER 0

Expand Down

0 comments on commit 003b63f

Please sign in to comment.