From 367fdc8502b8b96f57a13c3b98ec0dad6c00ac3a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 14 Jan 2026 07:32:20 +0000 Subject: [PATCH] fix: src/frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN13-LIBXSLT-10691002 - https://snyk.io/vuln/SNYK-DEBIAN13-GNUTLS28-5681083 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 - https://snyk.io/vuln/SNYK-DEBIAN13-LIBHEIF-14723781 --- src/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/Dockerfile b/src/frontend/Dockerfile index 024eab562319..aeb1b6d7bbef 100644 --- a/src/frontend/Dockerfile +++ b/src/frontend/Dockerfile @@ -7,7 +7,7 @@ RUN npm install COPY ./src /app/src RUN npm run build -FROM nginx +FROM nginx:1.29.4-trixie COPY --from=frontend_build /app/build/ /usr/share/nginx/html COPY /nginx.conf /etc/nginx/conf.d/default.conf COPY start-nginx.sh /start-nginx.sh