From 8e18bd524099141c7ff694bc904ff78ae3fde377 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 25 Apr 2025 08:08:11 +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-XZ-9666601 - https://snyk.io/vuln/SNYK-ALPINE321-LIBXML2-9360831 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 12ca540..d9ae271 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.28.0-alpine LABEL authors="irudenko" COPY --from=builder /app/dist /usr/share/nginx/html