From 8b12be6860344ef31e8864b3389fbafdc2590e94 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 28 Apr 2025 07:55:28 +0000 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE321-EXPAT-9459843 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-9380738 - https://snyk.io/vuln/SNYK-ALPINE321-CARES-9680227 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-9360831 - https://snyk.io/vuln/SNYK-ALPINE321-XZ-9666601 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 02a89c8..60137e2 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.28.0-alpine LABEL authors="irudenko" COPY --from=builder /app/dist /usr/share/nginx/html