From dbfa27f99a5affee2df87efce0fcdea7f71c3cdc Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 2 Mar 2023 17:46:42 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN10-CURL-3065760 - https://snyk.io/vuln/SNYK-DEBIAN10-DPKG-2847944 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3232718 - https://snyk.io/vuln/SNYK-DEBIAN10-GIT-3319755 - https://snyk.io/vuln/SNYK-UPSTREAM-NODE-1315789 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1503cb9a..1e50a389 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:14.16.1-buster +FROM node:14.21.1-buster WORKDIR /app COPY . .