From 432d53c223331f09afc5da7eada6d314118412b6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Jul 2025 06:33:51 +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 12ca540..792c35c 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -15,7 +15,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