From 0a5158053efbf47c93a6b2b49c4b4a523569a2f9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2024 08:46:46 +0000 Subject: [PATCH] chore: update dependency twistedpair/google-cloud-sdk to v489 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 86dbfec..70fff00 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM alpine:3.20.2 as build-container-drone # 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=487.0.0 +ARG CLOUD_SDK_VERSION=489.0.0 # renovate: datasource=github-releases depName=docker/buildx ARG BUILDX_VERSION=v0.16.2 # renovate: datasource=github-releases extractVersion=^v(?.*)$ depName=hashicorp/terraform