Attempt to use Dart 2.7 in CI

This commit is contained in:
Simon Binder 2019-12-13 23:27:09 +01:00
parent 2d1d899c71
commit 0e2ad81ac1
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
FROM google/dart:latest
RUN apt-get update && apt-get install -y -q libsqlite3-dev
RUN apt-get update && apt-get install -y -q libsqlite3-dev
# We ocassionally have to change this file to manually trigger rebuilds in the CI. Particularly, after a new Dart SDK
# version is out.