Update rust Docker tag to v1.52.1

This commit is contained in:
Renovate Bot 2021-05-11 04:02:09 +00:00
parent 2f2349dcb0
commit 5ad0a2be53
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM rust:1.52.0 as builder
FROM rust:1.52.1 as builder
RUN git clone https://github.com/matrix-org/rust-synapse-compress-state.git && \
cargo install --path rust-synapse-compress-state