Update rust Docker tag to v1.48.0

This commit is contained in:
Renovate Bot 2020-11-30 20:45:19 +00:00
parent 967ecf75af
commit f7e1a03cfc
1 changed files with 1 additions and 1 deletions

View File

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