From ceec0bc48c7f3b1d8c50c2f56d9520986e20baec Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 25 Nov 2021 09:09:13 +0000 Subject: [PATCH] build: images/cross/Dockerfile to reduce vulnerabilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Sébastien Han --- images/cross/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/cross/Dockerfile b/images/cross/Dockerfile index c6a8f71b6242..b670f8807361 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:xenial-20210114 +FROM ubuntu:impish-20211015 # install build tools, compilers and cross compilers for all supported platforms RUN DEBIAN_FRONTEND=noninteractive apt-get update && \