From be3ab761879a50816dd8e0b581978eb0588e9e27 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 13 Aug 2021 01:47:49 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-453739 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-461194 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-584364 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-584435 - https://snyk.io/vuln/SNYK-DEBIAN9-SUBVERSION-1071813 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f108a1..2212313 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:experimental -FROM node:12.8.1-stretch +FROM node:12.22.5-stretch RUN \ --mount=id=apt-cache,type=cache,target=/var/cache/apt \