From 2ae15a84a5827611742282bc8cde8d1138fc94a1 Mon Sep 17 00:00:00 2001 From: Vishesh Handa Date: Tue, 12 Feb 2019 17:26:39 +0100 Subject: [PATCH] CircleCI: Use our own Docker base image This way we have complete control over the flutter version. The older image had not been updated for quite a while. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b4db2230..879b47a4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -2,7 +2,7 @@ version: 2 jobs: build: docker: - - image: cirrusci/flutter + - image: vhanda/flutter-android:latest steps: - checkout - run: