From 0f7869534d67cc72f7cce7371d286fda5ff1effb Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Apr 2025 20:44:45 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908400 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908409 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-CURL-7567383 - https://snyk.io/vuln/SNYK-ALPINE319-EXPAT-7908399 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a60ea8220..385000ddd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ ENV NODE_OPTIONS=--max_old_space_size=8192 RUN pnpm run sync && pnpm run build -FROM nginx:1.25-alpine +FROM nginx:1.26.3-alpine EXPOSE 80