diff options
author | Stuart Stock <stuart@int08h.com> | 2019-12-21 18:15:51 -0600 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2019-12-21 18:15:51 -0600 |
commit | a4ade6d7c326cdb0d22c138aae720adc8d44f15c (patch) | |
tree | 026d880610233b4b874cdc3224365834be01f510 | |
parent | f490a0c2b017d410947d9493e7029cc024d59d28 (diff) | |
download | roughenough-a4ade6d7c326cdb0d22c138aae720adc8d44f15c.zip |
Update Rust in Dockerfile to 1.40
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # Stage 1: build -FROM rust:1.38 AS stage1 +FROM rust:1.40 AS stage1 ARG ROUGHENOUGH_RELEASE=1.1.7 ARG ROUGHENOUGH_FEATURES="default" |