From e779bd7af97205c79f13fe6e273c294b46758c4d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Mar 2024 21:04:28 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159410 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159418 - https://snyk.io/vuln/SNYK-DEBIAN12-PERL-6085273 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7da9810..d095d9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use latest node maintenance LTS version 16.19.x -FROM node:18.18.2-bookworm-slim +FROM node:18-bookworm-slim LABEL maintainer="Marc Sylvestre "