mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-28 18:03:14 +08:00
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:
@ -2,7 +2,7 @@ version: 2
|
||||
jobs:
|
||||
build:
|
||||
docker:
|
||||
- image: cirrusci/flutter
|
||||
- image: vhanda/flutter-android:latest
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
|
Reference in New Issue
Block a user