From 89495468ad26ff4644cda1511be4fddecd14725a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 07:59:15 +0000 Subject: [PATCH] Update dependency python3 to v3.11.6-r0 --- .batect/push-env/Dockerfile | 2 +- .batect/terraform/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.batect/push-env/Dockerfile b/.batect/push-env/Dockerfile index 20f0b568..8879ed7f 100644 --- a/.batect/push-env/Dockerfile +++ b/.batect/push-env/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache \ ca-certificates==20230506-r0 \ curl==8.3.0-r0 \ libc6-compat==1.2.4-r1 \ - python3==3.11.5-r0 + python3==3.11.6-r0 # Based on https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/alpine/Dockerfile. ARG CLOUD_SDK_VERSION diff --git a/.batect/terraform/Dockerfile b/.batect/terraform/Dockerfile index 30758c1e..f29f1bd3 100644 --- a/.batect/terraform/Dockerfile +++ b/.batect/terraform/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache \ ca-certificates==20230506-r0 \ curl==8.3.0-r0 \ libc6-compat==1.2.4-r1 \ - python3==3.11.5-r0 + python3==3.11.6-r0 # Based on https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/alpine/Dockerfile. ARG CLOUD_SDK_VERSION