Bump Docker base image to rust 1.31 (#2101)

Bump Docker base image to rust 1.31
This commit is contained in:
hashmap 2018-12-08 09:48:26 +01:00 committed by GitHub
parent f7164d63f0
commit 5f0f0f6ff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,7 @@
# Multistage docker build, requires docker 17.05
# builder stage
FROM rust:1.30.1 as builder
FROM rust:1.31 as builder
RUN set -ex && \
apt-get update && \