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.