From 61b0068eaa87c891e1f1faa2ce77bbf5ea8e9543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 May 2021 05:57:29 +0000 Subject: [PATCH] Bump nginx from 1.17.2 to 1.21.0 Bumps nginx from 1.17.2 to 1.21.0. Signed-off-by: dependabot[bot] --- Dockerfile.nginx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.nginx b/Dockerfile.nginx index 4a78d20183d..8933b9d1da2 100644 --- a/Dockerfile.nginx +++ b/Dockerfile.nginx @@ -55,7 +55,7 @@ RUN \ python3 manage.py collectstatic --noinput && \ true -FROM nginx:1.17.2@sha256:eb3320e2f9ca409b7c0aa71aea3cf7ce7d018f03a372564dbdb023646958770b +FROM nginx:1.21.0@sha256:6d75c99af15565a301e48297fa2d121e15d80ad526f8369c526324f0f7ccb750 COPY --from=collectstatic /app/static/ /usr/share/nginx/html/static/ COPY wsgi_params nginx/nginx.conf /etc/nginx/ COPY docker/entrypoint-nginx.sh nginx/*.cer nginx/*.key /