From 2d0faf9f2ac1f41bea8af5cd90e0519a56d61c95 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Feb 2024 03:55:15 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-LIBX11-6042398 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5fa0b578..faf1987b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -178,7 +178,7 @@ CMD ["python -m gunicorn -b [::]:8000 fiesta.wsgi:application"] # # proxy image # -FROM nginx:1.25.2-alpine as proxy-base +FROM nginx:1.25.4-alpine as proxy-base RUN rm /etc/nginx/conf.d/default.conf