From c1e205590e926a0bf118fb22ab8e18db9f0111e6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 16 Apr 2022 12:51:02 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-ALPINE313-BUSYBOX-2440609 - https://snyk.io/vuln/SNYK-ALPINE313-BUSYBOX-2440609 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2426334 - https://snyk.io/vuln/SNYK-ALPINE313-OPENSSL-2426334 - https://snyk.io/vuln/SNYK-ALPINE313-ZLIB-2434418 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34ff5a4..afe862f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # pull official base image -FROM node:alpine3.13 +FROM node:17.8.0-slim # set working directory WORKDIR /app