Merge pull request #118 from fredtma/patch-1
Change Dockerfile to use latest dart image
This commit is contained in:
commit
21e583644b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM google/dart:2.0
|
||||
FROM google/dart:latest
|
||||
|
||||
COPY ./ ./
|
||||
|
||||
|
|
Loading…
Reference in a new issue