From 14348eef026bfbda76f115f5ac897994e0cdf213 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 05:55:16 +0000 Subject: [PATCH] fix: tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16 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 --- tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16 b/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16 index 8b701ded4cca1d..c09d16b421eb8f 100644 --- a/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16 +++ b/tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16 @@ -1,6 +1,6 @@ # Dockerfile for Ubuntu 16.04 manylinux2010 custom ops with CPU. -FROM ubuntu:16.04 as devtoolset +FROM ubuntu:xenial-20201014 as devtoolset LABEL maintainer="Amit Patankar " @@ -31,7 +31,7 @@ RUN /build_devtoolset.sh devtoolset-7 /dt7 RUN /build_devtoolset.sh devtoolset-8 /dt8 # TODO(klimek): Split up into two different docker images. -FROM ubuntu:16.04 +FROM ubuntu:xenial-20201014 LABEL maintainer="Amit Patankar "