From 6222aeac24aafc65ea5de1ffccc57395cf80e1e2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Jan 2025 07:01:49 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 - https://snyk.io/vuln/SNYK-DEBIAN11-PERL-1925976 - https://snyk.io/vuln/SNYK-DEBIAN11-PERL-5489191 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dd4a05..8106ece 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN npm install --production COPY . /usr/src/app # https://snyk.io/blog/choosing-the-best-node-js-docker-image/ -FROM node:20.15.1-bullseye-slim +FROM node:20.18.2-bullseye-slim COPY --from=build /usr/src/app /usr/src/app