From 091e75c3d023df64a5b6bc00d4cae1db6e7f29ce Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 1 Jun 2022 07:01:40 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-1315789 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-1534880 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-1540540 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4367db1..915e99e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.0.0-buster +FROM node:16-buster RUN apt-get update &&\ apt-get install -y git vim &&\