Compare commits

...

2 commits

Author SHA1 Message Date
66f05c3ede Merge pull request 'Update rust Docker tag to v1.55.0' (#9) from renovate/rust-1.x into master
Some checks reported errors
continuous-integration/drone/push Build was killed
Reviewed-on: #9
2021-09-20 18:35:39 +00:00
617b57a70e Update rust Docker tag to v1.55.0 2021-09-09 19:02:30 +00:00

View file

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