From c68c544acbd86189f476dda0d612365aeb7a5ad7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 6 Jun 2022 23:38:03 +0000 Subject: [PATCH] fix: cwlex.Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-2340908 - https://snyk.io/vuln/SNYK-DEBIAN11-GLIBC-2340922 - https://snyk.io/vuln/SNYK-DEBIAN11-OPENSSL-2807596 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808697 - https://snyk.io/vuln/SNYK-DEBIAN11-PCRE2-2808704 --- cwlex.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwlex.Dockerfile b/cwlex.Dockerfile index 7bd2094..573bb8e 100644 --- a/cwlex.Dockerfile +++ b/cwlex.Dockerfile @@ -1,4 +1,4 @@ -from node:17.7.1-slim +from node:17.8.0-slim COPY cwl-ex-1.0.0.tgz /root