From 977106b6a7270ac89e921b977cc2634244c9c23a Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Tue, 19 Aug 2025 15:50:14 +0800 Subject: [PATCH] Update Cloud Build image to latest beta --- cloud_build/firebase-ghcli/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud_build/firebase-ghcli/Dockerfile b/cloud_build/firebase-ghcli/Dockerfile index 3268180..ba0f60e 100644 --- a/cloud_build/firebase-ghcli/Dockerfile +++ b/cloud_build/firebase-ghcli/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:beta +FROM dart:3.10.0-75.1.beta # Install prerequisite dependencies. RUN apt-get update && apt-get install -y curl gpg