Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

[Snyk] Security upgrade python from 3.5-stretch to 3.7-stretch #52

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
2 changes: 1 addition & 1 deletion tensorflow/tools/ci_build/Dockerfile.micro
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Use a prebuilt Python image instead of base Ubuntu to speed up the build process,
# since it has all the build dependencies we need for Micro and downloads much faster
# than the install process.
FROM python:3.5-stretch
FROM python:3.7-stretch

LABEL maintainer="Pete Warden <[email protected]>"

Expand Down