From 12ceb4af823f55a44f4359ed380a1ba8cc02ec23 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 5 Feb 2022 02:50:51 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN8-PERL-327620 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-306460 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-306502 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-340042 - https://snyk.io/vuln/SNYK-DEBIAN8-PYTHON27-341356 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index b39e6e8..a0cdef3 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 . /project-processor-es