Update rust Docker tag to v1.51.0

This commit is contained in:
Renovate Bot 2021-03-26 05:02:50 +00:00
parent 7cd03504c0
commit c8ee3b5d6b

View file

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