From 01ced9c38893e6fd45ab24358042eac389ed686c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 Dec 2021 12:03:33 +0000 Subject: [PATCH] fix: scripts/installer/kexec/Dockerfile.dapper 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 --- scripts/installer/kexec/Dockerfile.dapper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/installer/kexec/Dockerfile.dapper b/scripts/installer/kexec/Dockerfile.dapper index 179ed7ab..50913a90 100644 --- a/scripts/installer/kexec/Dockerfile.dapper +++ b/scripts/installer/kexec/Dockerfile.dapper @@ -1,4 +1,4 @@ -FROM ubuntu:16.04 +FROM ubuntu:xenial-20210416 # FROM arm64=aarch64/ubuntu:16.04 arm=armhf/ubuntu:16.04 # get the apt-cacher proxy set