From e7e5e2e78f4db2e98d131588836058413748afcd Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 2 Dec 2024 05:48:58 +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-CURL-7569015 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908294 - 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..1856d5c 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.27.3-alpine RUN rm /etc/nginx/conf.d/default.conf COPY nginx.conf /etc/nginx/conf.d \ No newline at end of file