From 99f5223ffc90301564dcece3269aae7cfe180986 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 9 Oct 2025 08:55:40 +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-OPENSSL-7895535 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-7895535 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81f1c80..08b944b 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.2-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