From 19d1b41eec02e6efe3adc013c23a350e538e095e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jul 2025 10:39:42 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-10169632 - https://snyk.io/vuln/SNYK-DEBIAN12-GCC12-5901316 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-8705121 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-5879156 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-10264074 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 901b13d..6862fb9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.16.0-slim +FROM node:20.19.3-slim # Create a new user named "nodeuser" RUN useradd --user-group --create-home --system --skel /dev/null --shell /bin/false nodeuser