From 8932071849b3939f49f30e441531c76a130ec478 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Jun 2022 06:11:06 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-1569403 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2426310 - https://snyk.io/vuln/SNYK-DEBIAN10-OPENSSL-2807585 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-1315789 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4367db1..fc64d74 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:16.0.0-buster +FROM node:16.15.0-buster RUN apt-get update &&\ apt-get install -y git vim &&\