From 1668cd5b0b5e5af464af22cab55d92605baf054a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 8 Apr 2021 05:12:01 +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 3f99d07..601a658 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:10.14 +FROM node:10.24.0 RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - RUN echo deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main | tee /etc/apt/sources.list.d/google-chrome.list