From ad904582e0a681f5c33f2193f2c0e59c15b4b0f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 21 Feb 2022 01:16:07 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-1585145 - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-1585151 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-TAR-312293 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 0018dca..a2c8333 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ # Use the base image with Node.js 14.17.6 -FROM node:14.17.6 +FROM node:14 # Setup Java to be used by informix-wrapper RUN apt-get update && apt-get install -y openjdk-8-jdk