Update rust Docker tag to v1.49.0

This commit is contained in:
Renovate Bot 2021-01-01 05:08:31 +00:00
parent 700ed13a2f
commit 6bed7872fd

View file

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