From 8ba7c714a49c46dfbc353bc418c34339d2b5994f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 19 Dec 2024 13:57:13 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-DB53-2825168 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-6008961 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE3-529298 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE3-529490 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE3-572353 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2dce7d7b1c..0f7d3f69e7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.20.4-bullseye-slim AS base +FROM node:18.20.5-bullseye-slim AS base # Use a cache mount for apt to speed up the process RUN --mount=type=cache,target=/var/cache/apt,sharing=locked \