summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-06-29 15:31:23 -0500
committerStuart Stock <stuart@int08h.com>2019-06-29 15:31:23 -0500
commitd8238bbfc6ca036907844298d4b7d1d36d81ec77 (patch)
tree13a460d2ea640b8112eac6d6ee2bdb365070d37a
parentf5d319b6de35e26a6a9194ce6032582c6415cf3a (diff)
downloadroughenough-d8238bbfc6ca036907844298d4b7d1d36d81ec77.zip
Update Dockerfile to rust 1.35 and roughenough 1.1.5
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index f9d0d8b..a66968d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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"