From e35e84e48c94a5824abd26d30b5f795dffaa5049 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 12 Jul 2021 16:53:31 +0000 Subject: [PATCH] fix: test/smoke/docker-root/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-BINUTILS-403677 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-GLIBC-356851 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBGCRYPT20-1297891 --- test/smoke/docker-root/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/smoke/docker-root/Dockerfile b/test/smoke/docker-root/Dockerfile index 92048785d4..644ce1b2ea 100644 --- a/test/smoke/docker-root/Dockerfile +++ b/test/smoke/docker-root/Dockerfile @@ -1,4 +1,4 @@ -FROM node:12 +FROM node:14.17.2-buster-slim COPY ./smoke/ /snyk/smoke/ COPY ./fixtures/ /snyk/fixtures/