From 57cf644a949f4187d1cb091664d501d22faf7d4c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 23:19:44 +0000 Subject: [PATCH] chore: update dependency twistedpair/google-cloud-sdk to v492 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..1e23c74 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=492.0.0 # renovate: datasource=github-releases depName=docker/buildx ARG BUILDX_VERSION=v0.16.2 # renovate: datasource=github-releases extractVersion=^v(?.*)$ depName=hashicorp/terraform