summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 2b602a8..c7722b4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -4,9 +4,9 @@
# Stage 1: build
-FROM rust:1.42 AS stage1
+FROM rust:1.48 AS stage1
-ARG ROUGHENOUGH_RELEASE=1.1.7
+ARG ROUGHENOUGH_RELEASE=1.1.8
ARG ROUGHENOUGH_FEATURES="default"
# Uncomment and replace above if you want KMS support
#ARG ROUGHENOUGH_FEATURES="awskms"