From 4ac642108d3049916accec7fd3b6a868a5dbaf39 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 02:28:51 +0000 Subject: [PATCH] fix: images/cross/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - 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 - https://snyk.io/vuln/SNYK-UBUNTU1604-BASH-542609 --- images/cross/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/cross/Dockerfile b/images/cross/Dockerfile index f8dfd48aad30..02c8779dd5ec 100644 --- a/images/cross/Dockerfile +++ b/images/cross/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM ubuntu:16.04 +FROM ubuntu:xenial-20201014 # install build tools, compilers and cross compilers for all supported platforms RUN DEBIAN_FRONTEND=noninteractive apt-get update && \