From 34b32dbe4b244ec72b049d2728f6c3976fb808dc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Nov 2024 00:18:08 +0000 Subject: [PATCH] fix: deployments/gunicorn/nginx.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE315-LIBWEBP-5902238 - https://snyk.io/vuln/SNYK-ALPINE315-NGHTTP2-5964211 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-2937998 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-2937999 - https://snyk.io/vuln/SNYK-ALPINE315-CURL-2938000 --- deployments/gunicorn/nginx.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/gunicorn/nginx.Dockerfile b/deployments/gunicorn/nginx.Dockerfile index d2761ce..5590fbc 100644 --- a/deployments/gunicorn/nginx.Dockerfile +++ b/deployments/gunicorn/nginx.Dockerfile @@ -1,3 +1,3 @@ -FROM nginx:1.21-alpine +FROM nginx:1.26.2-alpine COPY nginx.conf /etc/nginx/nginx.conf