From f90c3ef667d7aa60e67b7b03b9abedf5a3fb3775 Mon Sep 17 00:00:00 2001 From: Oliver Gould Date: Thu, 14 Jun 2018 10:48:54 -0700 Subject: [PATCH] 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 --- proxy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/Dockerfile b/proxy/Dockerfile index ec49fc1e0..8b635f2d6 100644 --- a/proxy/Dockerfile +++ b/proxy/Dockerfile @@ -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.