From 3c51cf3d043fdecdc9c2853c9153d779a585197f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 15 May 2022 23:16:47 +0000 Subject: [PATCH] fix: tensorflow/tools/ci_build/Dockerfile.micro to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN9-OPENSSL-2426305 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON27-1063180 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-1063181 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-1570179 - https://snyk.io/vuln/SNYK-DEBIAN9-PYTHON35-584364 --- tensorflow/tools/ci_build/Dockerfile.micro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tensorflow/tools/ci_build/Dockerfile.micro b/tensorflow/tools/ci_build/Dockerfile.micro index 34c1aa9bf4ed51..4c7bc7bf7f8ae3 100644 --- a/tensorflow/tools/ci_build/Dockerfile.micro +++ b/tensorflow/tools/ci_build/Dockerfile.micro @@ -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 "