From b1b1a440fc0a89ed68b78c419f3bd4c8adecb163 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Oct 2025 10:19:52 +0000 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE322-PCRE2-13637025 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505214 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505216 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505213 - https://snyk.io/vuln/SNYK-ALPINE322-LIBXML2-13505215 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 9d43924..39dfc4c 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -15,7 +15,7 @@ COPY . . RUN npm run build -FROM nginx:1.29.1-alpine +FROM nginx:1.29.3-alpine LABEL authors="irudenko" COPY --from=builder /app/dist /usr/share/nginx/html