From fd6e0ec09eab6692ff71120c115be7dac12fcfcf Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Fri, 17 Jul 2020 16:17:22 -0700 Subject: [PATCH] Noop update to force python-builder/base to rebuild We want these to rebuild to push up multiarch images. I couldn't come up with a good actual change so I added a . to a comment instead. Change-Id: I287fee62075bc124ea7d9cc51baaeecdc0e73c6c --- docker/python-base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/python-base/Dockerfile b/docker/python-base/Dockerfile index 84dc995bb5..f4e709c698 100644 --- a/docker/python-base/Dockerfile +++ b/docker/python-base/Dockerfile @@ -23,7 +23,7 @@ RUN apt-get update \ && apt-get clean \ && rm -rf /var/lib/apt/lists/* -# Upgrade pip to fix wheel cache for locally built wheels +# Upgrade pip to fix wheel cache for locally built wheels. # See https://github.com/pypa/pip/issues/6852 RUN pip install -U pip