From a16d80781a9d645fcc0db8f36ccda75d9f859ba6 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Sun, 16 Nov 2025 12:11:13 -0600 Subject: [PATCH] Deploy with Dart 3.10 stable release for now --- 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 b9a311c..0697a7d 100644 --- a/cloud_build/firebase-ghcli/Dockerfile +++ b/cloud_build/firebase-ghcli/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:3.11.0-93.2.beta +FROM dart:3.10.0 # Install prerequisite dependencies. RUN apt-get update && apt-get install -y curl gpg