From 616d421863de2dc208b3744a5de7911758e4440d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 3 Nov 2025 09:49:25 +0000 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-13509047 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-13509051 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-9360925 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-13509049 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-13509050 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 02a89c8..975ebc9 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -11,7 +11,7 @@ COPY . . RUN npm run build -FROM nginx:1.27.4-alpine +FROM nginx:1.29.3-alpine LABEL authors="irudenko" COPY --from=builder /app/dist /usr/share/nginx/html