From d631c48162001d3daef75ebfb971f9856c9e3c2c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 18 Apr 2025 06:52:02 +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-EXPAT-7908399 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-9459844 - https://snyk.io/vuln/SNYK-ALPINE319-LIBXML2-9380732 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf734893..55434b58 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.5-alpine as proxy-base RUN rm /etc/nginx/conf.d/default.conf