From 0315a9a275a43b255b457312d7aeeb7cf0b32ef0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 29 Jun 2023 04:21:06 +0000 Subject: [PATCH] fix: scripts/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1604-BASH-542609 - https://snyk.io/vuln/SNYK-UBUNTU1604-GZIP-2442559 - https://snyk.io/vuln/SNYK-UBUNTU1604-LIBCAP2-5538302 - https://snyk.io/vuln/SNYK-UBUNTU1604-LIBGCRYPT20-1585790 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 --- scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index c4813f9c..2f1b9dfa 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -1,7 +1,7 @@ # An image that allows compiling a WDL program. It saves you the # requirement to install java. -FROM ubuntu:16.04 +FROM ubuntu:xenial-20210416 ARG VERSION # Install java-8