From 9de7f616ad0bb0c264d2f8fbc17e6a371a00fc5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 16 Jan 2026 13:31:41 +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-CURL-7569015 - https://snyk.io/vuln/SNYK-ALPINE318-LIBXML2-9361863 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 32090527995..98102c33a13 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.4-alpine COPY conf/default.conf /etc/nginx/conf.d/default.conf