Update rust Docker tag to v1.52.1 #6

Merged
samuel-p merged 1 commit from renovate/rust-1.x into master 2021-05-13 19:20:27 +00:00
Showing only changes of commit 5ad0a2be53 - Show all commits

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 && \ RUN git clone https://github.com/matrix-org/rust-synapse-compress-state.git && \
cargo install --path rust-synapse-compress-state cargo install --path rust-synapse-compress-state