Update rust Docker tag to v1.64.0

This commit is contained in:
Renovate Bot 2022-09-22 19:01:23 +00:00
parent 1e1be1f969
commit 410fcedd87

View file

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