From 003ad03b6c77a3e50e1ca4379ce523aca1089fe8 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 8 Oct 2025 14:20:17 +0000 Subject: [PATCH] fix: docker/frontend/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-LIBXML2-9380739 - https://snyk.io/vuln/SNYK-ALPINE318-OPENSSL-6032386 --- docker/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 3f2485bd95..7ded08f339 100644 --- a/docker/frontend/Dockerfile +++ b/docker/frontend/Dockerfile @@ -13,7 +13,7 @@ RUN npm install --omit=dev --omit=optional RUN npm run build -FROM nginx:1.25.2-alpine +FROM nginx:1.29.2-alpine WORKDIR /patch