From 1090597eb6aaa2ebbf13037ea6aeb55b31674c8e Mon Sep 17 00:00:00 2001 From: ravidio Date: Fri, 15 Feb 2019 07:41:16 +0000 Subject: [PATCH] optimize posting slate support true federation tweak tx proof destination validation to only consider the public key --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \