Update rust Docker tag to v1.50.0 #3

Merged
samuel-p merged 1 commit from renovate/docker-rust-1.x into master 2021-02-12 11:18:28 +00:00
Showing only changes of commit 40f8df35e9 - Show all commits

View file

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