Compare commits

..

2 commits

Author SHA1 Message Date
2f2349dcb0 Merge pull request 'Update rust Docker tag to v1.52.0' (#5) from renovate/rust-1.x into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #5
2021-05-07 10:41:14 +00:00
4ab3515b4b Update rust Docker tag to v1.52.0 2021-05-07 04:03:50 +00:00

View file

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