From f13698fce3e8cc86caac25f4ff595945d6c80c7a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 02:46:47 +0000 Subject: [PATCH] chore(deps): update nginx:alpine docker digest to 8491795 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 02dc133..4a7eb2a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ RUN SECRET_KEY=dummy \ python3 manage.py collectstatic --noinput # runtime nginx image -FROM nginx:alpine@sha256:fd9f8ce722ab13edb2e47ebdd16b843939280457bf1567a6cd155203f9ce98d8 AS runtime-nginx +FROM nginx:alpine@sha256:8491795299c8e739b7fcc6285d531d9812ce2666e07bd3dd8db00020ad132295 AS runtime-nginx COPY --from=builder /app/src/static_built /var/www/html/static COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf