Update Rust versions under test from 1.30.1 to 1.37.0 (#5538)

Fixes build errors from using newer crate versions with an old Rust version.
This commit is contained in:
Robert Winslow 2019-09-26 14:31:11 -07:00 committed by GitHub
parent 625338d095
commit a92039687a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.30.1-slim-stretch as base FROM rust:1.37.0-slim-stretch as base
WORKDIR /code WORKDIR /code
ADD . . ADD . .
RUN cp flatc_debian_stretch flatc RUN cp flatc_debian_stretch flatc

View File

@ -1,4 +1,4 @@
FROM rust:1.30.1-slim-stretch as base FROM rust:1.37.0-slim-stretch as base
RUN apt -qq update -y && apt -qq install -y \ RUN apt -qq update -y && apt -qq install -y \
gcc-mips-linux-gnu \ gcc-mips-linux-gnu \
libexpat1 \ libexpat1 \