Update rust Docker tag to v1.53.0 #7

Merged
samuel-p merged 1 commits from renovate/rust-1.x into master 2021-06-18 20:35:35 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -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