From c2feded00d2392159494bb4c73d7c276e9c70a67 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 05:38:40 +0000 Subject: [PATCH] chore: update dependency twistedpair/google-cloud-sdk to v484 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 7410ebf..3e21350 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ FROM alpine:3.20.1 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=482.0.0 +ARG CLOUD_SDK_VERSION=484.0.0 # renovate: datasource=github-releases depName=docker/buildx ARG BUILDX_VERSION=v0.15.1 # renovate: datasource=github-releases extractVersion=^v(?.*)$ depName=hashicorp/terraform