From dcf5dbb115294a18ba52297bdcb1a3c8f9e5a052 Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Sun, 4 Feb 2024 08:05:01 -0800 Subject: [PATCH] Rebuild python base images This is our semi regular rebuild of these images to catch up to updates in packages and python. Change-Id: I9239fb5e688b38896aa9613f26dd14df694d7845 --- 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 3c0d205cce..55e160f106 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 Wed Oct 4 03:32:07 PM UTC 2023 +# Comment to force rebuilds Sun Feb 4 04:04:35 PM UTC 2024 ARG PYTHON_VERSION=3.11 ARG DEBIAN_VERSION=bookworm diff --git a/docker/python-builder/Dockerfile b/docker/python-builder/Dockerfile index 825278fd40..64a9952eea 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 Wed Oct 4 03:32:07 PM UTC 2023 +# Comment to force rebuilds Sun Feb 4 04:04:35 PM UTC 2024 ARG PYTHON_VERSION=3.11 ARG DEBIAN_VERSION=bookworm