From c30834c5e828d03d7579d425ab2ea41c7f7bf72a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 19 Jul 2022 19:01:43 +0000 Subject: [PATCH] Update dependency rust to v1.62.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f00d07..6025d4f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.55.0 as builder +FROM rust:1.62.1 as builder RUN git clone https://github.com/matrix-org/rust-synapse-compress-state.git && \ cargo install --path rust-synapse-compress-state