From 362ea115d5e0bb30cb73cb609c6f6875e6bcddd5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jul 2024 01:43:46 +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-5843454 - https://snyk.io/vuln/SNYK-DEBIAN11-GNUTLS28-6159417 - https://snyk.io/vuln/SNYK-DEBIAN11-GNUTLS28-6159419 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f52482..5b6ac8d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # special thx to https://github.com/343dev # based on https://github.com/343dev/optimizt/issues/4 -FROM node:18.17.0-bullseye-slim +FROM node:18.20.3-bullseye-slim WORKDIR /app