From 4d9d23e071afa23ffda55faad40babffc2858794 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 3 Aug 2021 07:49:05 -0700 Subject: [PATCH] Update our python-base and -builder images We are looking ahead to rebuilding a number of our images for services like Zuul, Gerrit, and Gitea to do things like check zuul v5 efforts, fix gerrit bugs, and upgrade gitea to a new version. Ensuring that we have an up to date base platform seems like a good idea as a result. Change-Id: I4262b8aa1759eaae85e5429c5a5097397152afa5 --- 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 a0f588c1f8..ef2bde792b 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 Thu 06 May 2021 12:34:57 AEST +# Comment to force rebuilds Tue Aug 3 14:47:59 UTC 2021 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 63257082cd..792acb1a24 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 Thu 06 May 2021 12:35:27 AEST +# Comment to force rebuilds Tue Aug 3 14:47:59 UTC 2021 ARG PYTHON_VERSION=3.7 FROM docker.io/library/python:${PYTHON_VERSION}-slim as fake-python