From 34b78651fc87c91a06fd74a13e9d991f772e7370 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 3 Jan 2024 22:58:50 +0000 Subject: [PATCH] fix: client/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-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-5927133 - https://snyk.io/vuln/SNYK-DEBIAN11-ZLIB-6008961 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-5848038 --- client/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Dockerfile b/client/Dockerfile index dfd7ca7..d856c7f 100644 --- a/client/Dockerfile +++ b/client/Dockerfile @@ -1,4 +1,4 @@ -FROM node:18.14-slim +FROM node:21.5-bookworm-slim LABEL version="1.0" LABEL description="Demo of a Medicare claims data sample app"