Skip to content

Commit

Permalink
Use Rust 1.25 to build Docker images. (#667)
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Smith <brian@briansmith.org>
  • Loading branch information
briansmith authored Apr 3, 2018
1 parent eff848a commit 06bf78c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# When PROXY_SKIP_TESTS is set and not empty, tests are not run. Otherwise, tests are run
# against either unoptimized or optimized proxy code, according to PROXY_UNOPTIMIZED.

ARG RUST_IMAGE=rust:1.24.0
ARG RUST_IMAGE=rust:1.25.0
ARG RUNTIME_IMAGE=gcr.io/runconduit/base:2017-10-30.01

## Builds the proxy as incrementally as possible.
Expand Down

0 comments on commit 06bf78c

Please sign in to comment.