From a2c220c0574beb0ce99c0128bce1d09a1ba32e1c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 24 Mar 2022 03:18:37 +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..d6af958 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.0 # Setup Java to be used by informix-wrapper RUN apt-get update && apt-get install -y openjdk-8-jdk