Merge pull request #118 from fredtma/patch-1

Change Dockerfile to use latest dart image
This commit is contained in:
Tobe Osakwe 2019-09-26 08:35:01 -04:00 committed by GitHub
commit 21e583644b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
FROM google/dart:2.0
FROM google/dart:latest
COPY ./ ./