From c7ed15895e02165f3e7b996ce5e17f8497a9ecf8 Mon Sep 17 00:00:00 2001 From: "unhesitatingeffectivebot[bot]" <109002416+unhesitatingeffectivebot[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2025 04:21:16 +0000 Subject: [PATCH] chore(deps): update docker.io/library/nginx:1.27 docker digest to 9173428 --- hugo/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo/docker/Dockerfile b/hugo/docker/Dockerfile index 31c2247..ab2bc26 100644 --- a/hugo/docker/Dockerfile +++ b/hugo/docker/Dockerfile @@ -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 \