From afdb32b4c3620b0ecb0cef00267709de6e99e1e3 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Mar 2021 04:32:04 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-538285 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-538286 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-546815 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-570869 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-570870 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4fd31d7..c2a3fc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.13.0-alpine +FROM node:10.23-alpine #RUN apk add --no-cache bash git openssh-client