From a0f19534a774609bee378e84b1e8231bad5458a3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Aug 2025 06:35:29 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908292 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908293 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-7908294 - https://snyk.io/vuln/SNYK-ALPINE318-EXPAT-9459845 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-10078853 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3a0266d5..aeab8450 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . . RUN npm install RUN npm run build -FROM nginx:1.25.4-alpine +FROM nginx:1.29.1-alpine COPY --from=build /app/theme /usr/share/nginx/html