From 584096382333ecb71cb1c8aac6ee470b5e0857be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Jun 2024 14:48:45 +0000 Subject: [PATCH] chore: update dependency twistedpair/google-cloud-sdk to v482 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a162da..7092433 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM alpine:3.19.1 # https://github.com/twistedpair/google-cloud-sdk/ is a mirror that replicates the gcloud sdk versions # renovate: datasource=github-tags depName=twistedpair/google-cloud-sdk -ARG CLOUD_SDK_VERSION=472.0.0 +ARG CLOUD_SDK_VERSION=482.0.0 # renovate: datasource=github-releases depName=docker/buildx ARG BUILDX_VERSION=v0.13.1 # renovate: datasource=github-releases extractVersion=^v(?.*)$ depName=hashicorp/terraform