From 9dd9ba2d6d39902eeedeeedf9aaa2c67b4f9f549 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Nov 2021 05:13:17 +0000 Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-UBUNTU1604-LIBGCRYPT20-1585790 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-SYSTEMD-1320131 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f2d7e22f5..553558d58 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # that can run the same test suite as Travis CI. # -FROM ubuntu:xenial +FROM ubuntu:xenial-20210114 # Metadata LABEL maintainer="jking@apache.org"