From f66b0a93a79b05633369abe5a24bd35a08237000 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 18:00:36 +0000 Subject: [PATCH] chore: update dependency twistedpair/google-cloud-sdk to v473 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 a05e04e..9106105 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=473.0.0 # renovate: datasource=github-releases depName=docker/buildx ARG BUILDX_VERSION=v0.13.1 # renovate: datasource=github-releases extractVersion=^v(?.*)$ depName=hashicorp/terraform