From b7117147627d44014147f9bf392ad8635dac3b3f Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 6 May 2021 12:35:49 +1000 Subject: [PATCH] Trigger python container promote Because Id68080575a30e4a08c99df0af603fbb65a0983bd didn't touch any of the docker files (but just added new 3.9 builds) they didn't get promoted. Update timestamp to trigger this. Change-Id: I6bf33936d4da773329900a2a52d09654087313d4 --- docker/python-base/Dockerfile | 2 +- docker/python-builder/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/python-base/Dockerfile b/docker/python-base/Dockerfile index 33d4a6f0e0..a0f588c1f8 100644 --- a/docker/python-base/Dockerfile +++ b/docker/python-base/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Comment to force rebuilds 2021-02-19 19:09UTC +# Comment to force rebuilds Thu 06 May 2021 12:34:57 AEST ARG PYTHON_VERSION=3.7 FROM docker.io/library/python:${PYTHON_VERSION}-slim diff --git a/docker/python-builder/Dockerfile b/docker/python-builder/Dockerfile index fe966fb519..63257082cd 100644 --- a/docker/python-builder/Dockerfile +++ b/docker/python-builder/Dockerfile @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -# Comment to force rebuilds 2021-02-19 19:09UTC +# Comment to force rebuilds Thu 06 May 2021 12:35:27 AEST ARG PYTHON_VERSION=3.7 FROM docker.io/library/python:${PYTHON_VERSION}-slim as fake-python