From 0ee8e39f7f6d8aa67d51b829088d0efdc059a196 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 27 Nov 2024 04:09:44 +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-PERL-1925976 - https://snyk.io/vuln/SNYK-DEBIAN11-PERL-5489191 - https://snyk.io/vuln/SNYK-DEBIAN11-SYSTEMD-6277510 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8dd4a05..70bc668 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.1-bullseye-slim COPY --from=build /usr/src/app /usr/src/app