From 72a4d533b94adda6289a7c6c811538278731d328 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 7 Feb 2026 09:07:11 +0000 Subject: [PATCH] fix: docker/frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-LIBPNG-15062355 - https://snyk.io/vuln/SNYK-ALPINE322-LIBPNG-15062356 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121113 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121196 - https://snyk.io/vuln/SNYK-ALPINE322-OPENSSL-15121223 --- docker/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/frontend/Dockerfile b/docker/frontend/Dockerfile index 23cb33a3fb..ba56ceb315 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.29.3-alpine +FROM nginx:1.29.5-alpine WORKDIR /patch