From 2836bef4ed4eea89eadb0f91c44336ed6b5b8f61 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 25 Jun 2025 09:01:40 +0000 Subject: [PATCH] fix: frontend/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-6277510 - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-6277510 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6255385 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-8379641 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index b176926da..c8a3f9172 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.9-bullseye-slim +FROM node:20.19.3-bullseye-slim # Set the working directory in the container WORKDIR /app