From c46298b7f4055bba348b99edbb9e432d8dad97ad Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 29 Jul 2021 19:01:35 +0000 Subject: [PATCH] Update rust Docker tag to v1.54.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e6735d1..b32c5a8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.53.0 as builder +FROM rust:1.54.0 as builder RUN git clone https://github.com/matrix-org/rust-synapse-compress-state.git && \ cargo install --path rust-synapse-compress-state