From 28953ce4cbb13709b7928ea9a2df33468e88ba0a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 10 Oct 2025 09:44:03 +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-OPENSSL-7895536 - 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..322d2d1a 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.29.2-alpine as proxy-base RUN rm /etc/nginx/conf.d/default.conf