Skip to content

Commit

Permalink
fix(secu): upgrade nginx image (#972)
Browse files Browse the repository at this point in the history
* fix(secu): upgrade nginx image

* Update Dockerfile
  • Loading branch information
Julien Bouquillon authored Dec 6, 2022
1 parent 76ef24e commit 5d9d5aa
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.21-alpine
FROM nginxinc/nginx-unprivileged:1.23-alpine

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.21-alpine
FROM nginxinc/nginx-unprivileged:1.23-alpine

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

0 comments on commit 5d9d5aa

Please sign in to comment.