From 73408621d854e1fa38ea49609e1bfdcf487f6d04 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 23 Mar 2021 21:08:47 +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..c26a1f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.13.0-alpine +FROM node:10.23.2-alpine #RUN apk add --no-cache bash git openssh-client