From 706daf6cec7626d899f322b1f20aa1e5fb0242cb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 24 Oct 2025 10:00:35 +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-LIBXML2-9360940 - https://snyk.io/vuln/SNYK-ALPINE319-LIBXML2-9380732 - https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cf734893..37e7031d 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.26.3-alpine as proxy-base RUN rm /etc/nginx/conf.d/default.conf