proxy: update Rust compiler to 1.27.0 (#1207)

Signed-off-by: Sean McArthur <sean@seanmonstar.com>
This commit is contained in:
Sean McArthur 2018-06-26 13:12:17 -07:00 committed by GitHub
parent 7ee56b0177
commit ff8ec8abe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
# This reduces build time and produces binaries with debug symbols, at the expense of
# runtime perforamnce.
ARG RUST_IMAGE=rust:1.26.2
ARG RUST_IMAGE=rust:1.27.0
ARG RUNTIME_IMAGE=gcr.io/runconduit/base:2017-10-30.01
## Builds the proxy as incrementally as possible.