proxy: Update Rust to 1.26.2 (#1123)

Rust 1.26.2 addresses a correctness bug in the borrow checker.

See: https://blog.rust-lang.org/2018/06/05/Rust-1.26.2.html
This commit is contained in:
Oliver Gould 2018-06-14 10:48:54 -07:00 committed by GitHub
parent b6d1db898b
commit f90c3ef667
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.0
ARG RUST_IMAGE=rust:1.26.2
ARG RUNTIME_IMAGE=gcr.io/runconduit/base:2017-10-30.01
## Builds the proxy as incrementally as possible.