From 4d7d858a59e9bfd6ab1f2343697a828425e2017c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 15 Jul 2025 03:36:06 +0000 Subject: [PATCH] fix: 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-6241039 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-6245694 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81f1c80..200bf09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ COPY . . RUN if [ "$NODE_ENV" = "production" ]; then npm run build; fi # === Etapa final para producción === -FROM nginx:1.25.3-alpine AS production +FROM nginx:1.29.0-alpine AS production COPY ./nginx/nginx.conf /etc/nginx/conf.d/default.conf COPY ./nginx/common.conf /etc/nginx/conf.d/common.conf COPY ./nginx/ssl_common.conf /etc/nginx/conf.d/ssl_common.conf