From 86b28a48aab5475fc69612820bacbef68ad8389f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 9 Feb 2026 11:55:15 +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-LIBPNG-15062363 - https://snyk.io/vuln/SNYK-ALPINE321-LIBPNG-15062366 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 02a89c8..509f3d1 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.5-alpine LABEL authors="irudenko" COPY --from=builder /app/dist /usr/share/nginx/html