Skip to content

Commit

Permalink
fix(deps): update nginxinc/nginx-unprivileged:1.23-alpine docker dige…
Browse files Browse the repository at this point in the history
…st to 2db1d9e (#1018)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 1, 2023
1 parent 789057e commit 0ac8831
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nginx/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginxinc/nginx-unprivileged:1.23-alpine@sha256:3b4634121543135d725a307727843f47026344cd2a092b293616b6bc65cf1298
FROM nginxinc/nginx-unprivileged:1.23-alpine@sha256:2db1d9e89f0704592ba425d673b47204a9e5ec444d34a9babd77f764f1e2b086

COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion nginx4spa/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nginxinc/nginx-unprivileged:1.23-alpine@sha256:3b4634121543135d725a307727843f47026344cd2a092b293616b6bc65cf1298
FROM nginxinc/nginx-unprivileged:1.23-alpine@sha256:2db1d9e89f0704592ba425d673b47204a9e5ec444d34a9babd77f764f1e2b086

COPY ./nginx.conf /etc/nginx/nginx.conf
COPY ./entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 0ac8831

Please sign in to comment.