Skip to content

Commit

Permalink
chore(deps): update docker.io/library/nginx:1.27 docker digest to b5d…
Browse files Browse the repository at this point in the history
…3f3e
  • Loading branch information
unhesitatingeffectivebot[bot] authored Sep 28, 2024
1 parent d01058c commit 61146cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . .
RUN --mount=type=cache,target=/tmp/hugo_cache \
hugo --minify

FROM docker.io/library/nginx:1.27@sha256:4bd4d71918d2585145328193e1ac62d37d4a3d2dd16e6b7bf1fa265358eece86
FROM docker.io/library/nginx:1.27@sha256:b5d3f3e104699f0768e5ca8626914c16e52647943c65274d8a9e63072bd015bb
# implement changes required to run NGINX as an less-privileged user
RUN \
sed -i 's,/var/run/nginx.pid,/tmp/nginx.pid,' /etc/nginx/nginx.conf \
Expand Down

0 comments on commit 61146cd

Please sign in to comment.