Bump Docker builder image to rust:1.29.0 (#1569)

This commit is contained in:
Ivy Evans 2018-09-20 11:58:23 -07:00 committed by Quentin Le Sceller
parent 3adddfba76
commit ac7d575d65

View file

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