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