From 5e80d371342e022e95f14da550d31921b2f0b89a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 7 Feb 2022 00:12:49 +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-358558 - https://snyk.io/vuln/SNYK-DEBIAN8-CURL-358771 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 8e77831..71be995 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Use the base image with Node.js 8.11.3 -FROM node:8.11.3 +FROM node:8.16 # Copy the current directory into the Docker image COPY . /submission-processor-es