From e5e667cb1e4df2919602b06341dbb2955331e5d1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 31 Mar 2022 02:20:55 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-CURL-1585151 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2426305 - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL10-2426307 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-1570179 --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 0018dca..89322ee 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.19 # Setup Java to be used by informix-wrapper RUN apt-get update && apt-get install -y openjdk-8-jdk