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.
This commit is contained in:
Vishesh Handa
2019-02-12 17:26:39 +01:00
parent 34529f1d3f
commit 2ae15a84a5

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: cirrusci/flutter
- image: vhanda/flutter-android:latest
steps:
- checkout
- run: