From 0ae912cc045e4c60230953acb71e6d8b2ed241bf Mon Sep 17 00:00:00 2001 From: David Shrewsbury Date: Mon, 21 Oct 2019 11:22:50 -0400 Subject: [PATCH] No-op change to rebuild python-builder Apparently, an update to the python-base image caused a new image to be uploaded to dockerhub. Because python-builder was not updated, it is running a slightly older base image which we believe is causing issues with python wheel packaging due to possible different python versions. Change-Id: I38948882131e30c7358a970292621b0280b75aac --- docker/python-builder/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/python-builder/Dockerfile b/docker/python-builder/Dockerfile index 09da50688d..e8dd278f05 100644 --- a/docker/python-builder/Dockerfile +++ b/docker/python-builder/Dockerfile @@ -13,6 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. + FROM python:slim as fake-python WORKDIR /tmp