From dd5ff1df1e7b2869138974f3cb30fd6f535b5cf1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Oct 2025 05:35:39 +0000 Subject: [PATCH] fix: frontend/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-LIBXML2-9360832 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-9361863 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-9380739 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 32090527995..badc13f469a 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -24,7 +24,7 @@ COPY . . RUN yarn build -FROM nginx:1.25.2-alpine +FROM nginx:1.29.3-alpine COPY conf/default.conf /etc/nginx/conf.d/default.conf