From c92399ec0f1a857c44e0d37df129db1754e47f99 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 14 Jul 2025 07:53:21 +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-10123178 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-10123179 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-9380738 - https://snyk.io/vuln/SNYK-ALPINE321-CARES-9680227 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 02a89c8..abed098 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.0-alpine LABEL authors="irudenko" COPY --from=builder /app/dist /usr/share/nginx/html