diff options
author | Stuart Stock <stuart@int08h.com> | 2019-06-29 15:31:23 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2019-06-29 15:31:23 -0500 |
commit | d8238bbfc6ca036907844298d4b7d1d36d81ec77 (patch) | |
tree | 13a460d2ea640b8112eac6d6ee2bdb365070d37a | |
parent | f5d319b6de35e26a6a9194ce6032582c6415cf3a (diff) | |
download | roughenough-d8238bbfc6ca036907844298d4b7d1d36d81ec77.zip |
Update Dockerfile to rust 1.35 and roughenough 1.1.5
-rw-r--r-- | Dockerfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,9 +4,9 @@ # Stage 1: build -FROM rust:1.34.1 AS stage1 +FROM rust:1.35 AS stage1 -ARG ROUGHENOUGH_RELEASE=1.1.4 +ARG ROUGHENOUGH_RELEASE=1.1.5 ARG ROUGHENOUGH_FEATURES="default" # Uncomment and replace above if you want KMS support #ARG ROUGHENOUGH_FEATURES="awskms" |