From f0d36ecfacb538dc763df2da3a3964a237e37a5d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Jan 2025 05:23:43 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-7430900 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-7430905 - https://snyk.io/vuln/SNYK-DEBIAN12-ZLIB-6008963 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-8658672 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-8658672 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac0b230..60d2890 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:20.15.0-bookworm-slim AS base +FROM node:20.18.2-bookworm-slim AS base RUN adduser --disabled-password -home /home/cfu -shell /bin/bash cfu WORKDIR /root/cf-runtime COPY package.json yarn.lock ./