From 77afc781e01c3d3ec01b4df8a6f31a4013ad4d4a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Feb 2022 00:11:41 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-336284 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358408 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358493 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358544 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358558 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index c63e31d..14f8ca9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Use the base image with Node.js -FROM node:8.9.2 +FROM node:8.16 # Copy the current directory into the Docker image COPY . /member-api-v5