From f7e1a03cfce91bccc670abc106106c8390f4c26e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 30 Nov 2020 20:45:19 +0000 Subject: [PATCH] Update rust Docker tag to v1.48.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fdae271..4322e66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.46.0 as builder +FROM rust:1.48.0 as builder RUN git clone https://github.com/matrix-org/rust-synapse-compress-state.git && \ cargo install --path rust-synapse-compress-state