From e886f831b7b6818b4513b926e1a89ee37887b753 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 6 Oct 2024 08:59:50 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-KRB5-7411316 - https://snyk.io/vuln/SNYK-DEBIAN11-E2FSPROGS-2628459 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5b6ac8d..10a4b2c 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.20.3-bullseye-slim +FROM node:18.20.4-bullseye-slim WORKDIR /app