diff --git a/.batect/push-env/Dockerfile b/.batect/push-env/Dockerfile index 20f0b568..0c1370f3 100644 --- a/.batect/push-env/Dockerfile +++ b/.batect/push-env/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache \ bash==5.2.15-r5 \ ca-certificates==20230506-r0 \ curl==8.3.0-r0 \ - libc6-compat==1.2.4-r1 \ + libc6-compat==1.2.4-r2 \ python3==3.11.5-r0 # Based on https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/alpine/Dockerfile. diff --git a/.batect/terraform/Dockerfile b/.batect/terraform/Dockerfile index 30758c1e..12755c56 100644 --- a/.batect/terraform/Dockerfile +++ b/.batect/terraform/Dockerfile @@ -6,7 +6,7 @@ RUN apk add --no-cache \ bash==5.2.15-r5 \ ca-certificates==20230506-r0 \ curl==8.3.0-r0 \ - libc6-compat==1.2.4-r1 \ + libc6-compat==1.2.4-r2 \ python3==3.11.5-r0 # Based on https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/alpine/Dockerfile.