Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Snyk] Security upgrade ubuntu from 16.04 to xenial-20201014 #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tensorflow/tools/ci_build/Dockerfile.custom_op_ubuntu_16
Original file line number Diff line number Diff line change
@@ -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 <amitpatankar@google.com>"

Expand Down Expand Up @@ -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 <amitpatankar@google.com>"

Expand Down
Loading