From a944cc03a3e379c02717fd37771e02e58dae2ca0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 3 Dec 2024 02:56:25 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908400 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908409 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908399 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf734893..6dc9e5ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -185,7 +185,7 @@ CMD ["python -m gunicorn -b [::]:8000 fiesta.wsgi:application"] # # proxy image # -FROM nginx:1.26.0-alpine as proxy-base +FROM nginx:1.27.3-alpine as proxy-base RUN rm /etc/nginx/conf.d/default.conf