From 77a04a1336aa02828e8ad50b2e8e1a379bd68d09 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 20 Apr 2022 23:24:58 +0000 Subject: [PATCH] fix: docker/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-2413972 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-429345 - https://snyk.io/vuln/SNYK-DEBIAN9-LIBXML2-429485 - 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..dafd47e 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.1 # Setup Java to be used by informix-wrapper RUN apt-get update && apt-get install -y openjdk-8-jdk