From 66ff3d30120103a0b0b22d93bb6726fa25baab91 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Oct 2025 12:27:49 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE320-LIBXML2-10165474 - https://snyk.io/vuln/SNYK-ALPINE320-LIBXML2-10165475 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-13277271 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-13277272 - https://snyk.io/vuln/SNYK-ALPINE320-CURL-13277276 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6bdc2d78a..c9932d927 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ ENV NODE_OPTIONS=--max_old_space_size=8192 RUN pnpm run build -FROM nginx:1.26.3-alpine +FROM nginx:1.29.2-alpine EXPOSE 80