From 716594017af5b920f3414024c12188ad43252d58 Mon Sep 17 00:00:00 2001 From: Dipjyoti Metia Date: Sun, 25 Aug 2024 18:59:24 +1000 Subject: [PATCH] update cloud sdk --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fddeba6..b759fb3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG GO_VERSION=1.22.0 -ARG GCLOUD_SDK_VERSION=480.0.0 +ARG GCLOUD_SDK_VERSION=489.0.0 FROM golang:${GO_VERSION}-bullseye as builder LABEL maintainer="dipjyotimetia"