Upgrade to rust 1.28

This commit is contained in:
Michael Vines 2018-08-03 11:30:40 -07:00 committed by GitHub
parent 6feb6a27be
commit 3e36e6dcf8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM rust
FROM rust:1.28
RUN apt update && \
apt-get install apt-transport-https && \