mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-13 17:12:19 -05:00
This patch updates Synapse in our CI infrastructure and in the `matrix-sdk-integration-testing` crate.
5 lines
125 B
Docker
5 lines
125 B
Docker
FROM docker.io/matrixdotorg/synapse:v1.117.0
|
|
ADD ci-start.sh /ci-start.sh
|
|
RUN chmod 770 /ci-start.sh
|
|
ENTRYPOINT /ci-start.sh
|