Skip to content

Commit

Permalink
chore(deps): pin nginx image in Dockerfile (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
ecrupper authored Jul 17, 2023
1 parent b8ef40d commit 1ea607e
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
@@ -1,4 +1,4 @@
FROM fholzer/nginx-brotli:v1.24.0
FROM fholzer/nginx-brotli:v1.24.0@sha256:55b6e7e04fa7eaf1bb0be210b9ea106292686deab6349a6efb9b52d229b0e940

RUN apk update && \
apk add --no-cache ca-certificates && \
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.local
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fholzer/nginx-brotli:v1.24.0
FROM fholzer/nginx-brotli:v1.24.0@sha256:55b6e7e04fa7eaf1bb0be210b9ea106292686deab6349a6efb9b52d229b0e940

RUN apk update && \
apk add --no-cache ca-certificates && \
Expand Down

0 comments on commit 1ea607e

Please sign in to comment.