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