summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index d35bf78..d5d490c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -6,7 +6,7 @@
FROM rust:1.38 AS stage1
-ARG ROUGHENOUGH_RELEASE=1.1.5
+ARG ROUGHENOUGH_RELEASE=1.1.7
ARG ROUGHENOUGH_FEATURES="default"
# Uncomment and replace above if you want KMS support
#ARG ROUGHENOUGH_FEATURES="awskms"