From 85a2fc884a4a2525905658c96c3e3cb10a02aee3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 30 Sep 2024 10:29:50 +0000 Subject: [PATCH] fix: app/compose/production/nginx/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908294 - https://snyk.io/vuln/SNYK-ALPINE318-CURL-7569015 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694 --- app/compose/production/nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/compose/production/nginx/Dockerfile b/app/compose/production/nginx/Dockerfile index 0a8ac65..3fa3868 100644 --- a/app/compose/production/nginx/Dockerfile +++ b/app/compose/production/nginx/Dockerfile @@ -1,4 +1,4 @@ -FROM nginx:1.25.3-alpine +FROM nginx:1.25.4-alpine RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d \ No newline at end of file