From 11834dd2c4cdc6213208fc9d92ef15e57ebb6909 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Sep 2024 14:14:21 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6255385 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 993a841fea..5b63be96b5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # FROM node:6-stretch -FROM node:20.6.1-bullseye-slim +FROM node:20.17-bullseye-slim RUN mkdir /usr/src/goof RUN mkdir /tmp/extracted_files