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 "