Skip to content

Commit

Permalink
chore(deps): update docker.io/library/nginx:1.27 docker digest to 917…
Browse files Browse the repository at this point in the history
…3428
  • Loading branch information
unhesitatingeffectivebot[bot] authored Feb 6, 2025
1 parent a19fc4c commit c7ed158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hugo/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ COPY . .
RUN --mount=type=cache,target=/tmp/hugo_cache \
hugo --minify -s ./hugo

FROM docker.io/library/nginx:1.27@sha256:bc2f6a7c8ddbccf55bdb19659ce3b0a92ca6559e86d42677a5a02ef6bda2fcef
FROM docker.io/library/nginx:1.27@sha256:91734281c0ebfc6f1aea979cffeed5079cfe786228a71cc6f1f46a228cde6e34
# 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 \
&& sed -i "/^http {/a \ proxy_temp_path /tmp/proxy_temp;\n client_body_temp_path /tmp/client_temp;\n fastcgi_temp_path /tmp/fastcgi_temp;\n uwsgi_temp_path /tmp/uwsgi_temp;\n scgi_temp_path /tmp/scgi_temp;\n" /etc/nginx/nginx.conf \
Expand Down

0 comments on commit c7ed158

Please sign in to comment.