Author: Jason White [github@jasonwhite.io]
Hash: 264c5857a927c46043ec4363caaebc8657ebedf4
Timestamp: Mon, 16 Dec 2019 01:14:48 +0000 (4 years ago)

+1 -1 +/-1 browse
Update Dockerfile to use Rust 1.39
1diff --git a/Dockerfile b/Dockerfile
2index 991e96c..97490eb 100644
3--- a/Dockerfile
4+++ b/Dockerfile
5 @@ -1,4 +1,4 @@
6- FROM rust:1.33 as build
7+ FROM rust:1.39 as build
8
9 ENV CARGO_BUILD_TARGET=x86_64-unknown-linux-musl
10