diff --git a/Dockerfile b/Dockerfile index c4108519..7fcf5e44 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ # based on: https://github.com/mimblewimble/grin/blob/master/etc/Dockerfile # Builder stage -FROM rust:1.31 as builder +FROM rust:1.32 as builder RUN set -ex && \ apt-get update && \