From 008acdc1a0df32a90bc51e54ab744727ba608a5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 12:49:57 +0000 Subject: [PATCH] Update dependency curl to v8.4.0-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 171d57d..cdc10bb 100644 --- a/.batect/push-env/Dockerfile +++ b/.batect/push-env/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.18.3 RUN apk add --no-cache \ bash==5.2.15-r5 \ ca-certificates==20230506-r0 \ - curl==8.3.0-r0 \ + curl==8.4.0-r0 \ libc6-compat==1.2.4-r1 \ python3==3.11.5-r0 diff --git a/.batect/terraform/Dockerfile b/.batect/terraform/Dockerfile index 35501d3..c2fa9b0 100644 --- a/.batect/terraform/Dockerfile +++ b/.batect/terraform/Dockerfile @@ -5,7 +5,7 @@ FROM alpine:3.18.3 RUN apk add --no-cache \ bash==5.2.15-r5 \ ca-certificates==20230506-r0 \ - curl==8.3.0-r0 \ + curl==8.4.0-r0 \ libc6-compat==1.2.4-r1 \ python3==3.11.5-r0