From 22c888ca913febe6d26d1ca32c8e77ec526b38a2 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 6 Apr 2024 02:48:55 +0000 Subject: [PATCH] fix: dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GNUTLS28-6062102 - https://snyk.io/vuln/SNYK-DEBIAN11-PERL-6085272 - https://snyk.io/vuln/SNYK-DEBIAN11-TAR-3253527 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-6008961 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-6564548 --- dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfile b/dockerfile index 08731655..6a7fa1e3 100644 --- a/dockerfile +++ b/dockerfile @@ -1,4 +1,4 @@ -FROM node:18.18.2-bullseye-slim +FROM node:18.20.1-bullseye-slim RUN apt-get update && apt-get install -y --no-install-recommends dumb-init \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*