From 31ebfb951b0b98006c47d60a68bfa41687be2f70 Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Mon, 8 Dec 2025 17:12:27 +0100 Subject: [PATCH 1/2] Build and deploy with Dart 3.10.3 --- 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 0697a7d..b953c0f 100644 --- a/cloud_build/firebase-ghcli/Dockerfile +++ b/cloud_build/firebase-ghcli/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:3.10.0 +FROM dart:3.10.3 # Install prerequisite dependencies. RUN apt-get update && apt-get install -y curl gpg From 359d5c1fbaf788e0617f7b5eac749478a3b54d5c Mon Sep 17 00:00:00 2001 From: Parker Lougheed Date: Fri, 19 Dec 2025 10:46:50 -0600 Subject: [PATCH 2/2] Use Dart 3.10.6 instead --- 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 b953c0f..696e557 100644 --- a/cloud_build/firebase-ghcli/Dockerfile +++ b/cloud_build/firebase-ghcli/Dockerfile @@ -1,4 +1,4 @@ -FROM dart:3.10.3 +FROM dart:3.10.6 # Install prerequisite dependencies. RUN apt-get update && apt-get install -y curl gpg