From d218e0593e1e4843f4d1eaddb9e5a2f2275aec58 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Oct 2025 20:24:24 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-PCRE2-13637025 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505214 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505216 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505213 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505215 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4c10ed4..3bf7363 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ COPY index.html vite.config.js eslint.config.js tsconfig.json /opt/app/ ENV NODE_ENV=production RUN NODE_OPTIONS="--max-old-space-size=6144" npm run build -FROM nginx:1.29.1-alpine +FROM nginx:1.29.3-alpine WORKDIR /usr/share/nginx/html # Replace the nginx config files