From 6a25016af31820b90c6ef0542cc8da95815d33f1 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Tue, 7 Feb 2023 09:58:02 -0800 Subject: [PATCH] Update our base python images We do this periodically to pick up upstream updates. Change-Id: I7552707a2819fca064839a46a90d98dc68104769 --- 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 0872e4ab3e..cd339bcd17 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 Sep 8 15:32:47 UTC 2022 +# Comment to force rebuilds Tue Feb 7 17:57:17 UTC 2023 ARG PYTHON_VERSION=3.11 ARG DEBIAN_VERSION=bullseye diff --git a/docker/python-builder/Dockerfile b/docker/python-builder/Dockerfile index 7fd017ad49..a2667c570b 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 Sep 8 15:32:47 UTC 2022 +# Comment to force rebuilds Tue Feb 7 17:57:17 UTC 2023 ARG PYTHON_VERSION=3.11 ARG DEBIAN_VERSION=bullseye