diff --git a/Dockerfile b/Dockerfile index 90c1bd4..e6735d1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.52.1 as builder +FROM rust:1.53.0 as builder RUN git clone https://github.com/matrix-org/rust-synapse-compress-state.git && \ cargo install --path rust-synapse-compress-state