From e6010bbd26ede33637d8b96094e77944b052a686 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 28 Jun 2023 19:28:13 +0000 Subject: [PATCH] fix: 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-SYSTEMD-1320131 - https://snyk.io/vuln/SNYK-UBUNTU1604-TAR-3261141 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0ae4f82be80..5d4fe7c2a37 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # base = ubuntu + full apt update -FROM ubuntu:xenial AS base +FROM ubuntu:xenial-20210416 AS base RUN dpkg --add-architecture i386 \ && apt-get update \