From 4ab3515b4b7bce07d54f695788d075b3c4a5041c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 7 May 2021 04:03:50 +0000 Subject: [PATCH] Update rust Docker tag to v1.52.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de12f07..b4b5a41 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.51.0 as builder +FROM rust:1.52.0 as builder RUN git clone https://github.com/matrix-org/rust-synapse-compress-state.git && \ cargo install --path rust-synapse-compress-state