From 35f2f9c498084fdb12c2435034223f027483d9e0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jan 2025 15:25:28 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 - https://snyk.io/vuln/SNYK-DEBIAN12-SHADOW-8551160 - https://snyk.io/vuln/SNYK-DEBIAN12-NCURSES-6123823 - https://snyk.io/vuln/SNYK-DEBIAN12-PAM-6178914 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4127b7b..69fe47a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:lts-slim +FROM node:22.12.0-alpine3.19 # install openssl RUN apt-get update && \