From 387c92910ee29852978b5cf79f934c40faab1f4b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 15 Aug 2024 08:55:38 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GLIBC-6210098 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159410 - https://snyk.io/vuln/SNYK-DEBIAN12-GNUTLS28-6159418 - https://snyk.io/vuln/SNYK-DEBIAN12-SYSTEMD-6277507 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 89984b5..ac371ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # For ubuntu vs linux systems, but first build app, npm run build -FROM node:18.18.2-slim +FROM node:18.20.4-slim RUN apt update && apt install libssl-dev dumb-init -y --no-install-recommends WORKDIR /app COPY --chown=node:node node_modules ./node_modules