mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Do not explicitly pass --target to rustup It doesn't seem to be necessary to install Rust. Passing `--target` prevents the Dockerfile from being built on different architectures. Not passing it makes it auto-detect what to install. Discussed here: https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1505 * Add changelog entry