diff options
author | Stuart Stock <stuart@int08h.com> | 2020-03-21 11:28:40 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2020-03-21 11:28:40 -0500 |
commit | 32f11aa3a12692bcc97fe8e06893bc608db30489 (patch) | |
tree | 92382dedbd21fbf41557d3a64c53d5935dd55929 | |
parent | 01c44ad80a39cbf3affb93e14ffca3da464a0ab7 (diff) | |
download | roughenough-32f11aa3a12692bcc97fe8e06893bc608db30489.zip |
Update Dockerfile to Rust 1.42
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # Stage 1: build -FROM rust:1.40 AS stage1 +FROM rust:1.42 AS stage1 ARG ROUGHENOUGH_RELEASE=1.1.7 ARG ROUGHENOUGH_FEATURES="default" |