Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use precise Dockerfile version
Browse files Browse the repository at this point in the history
bnjbvr committed Sep 16, 2024
1 parent 9e6c418 commit 9bb0d6d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion testing/matrix-sdk-integration-testing/assets/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.io/matrixdotorg/synapse:latest
FROM docker.io/matrixdotorg/synapse:v1.114.0
ADD ci-start.sh /ci-start.sh
RUN chmod 770 /ci-start.sh
ENTRYPOINT /ci-start.sh
2 changes: 1 addition & 1 deletion testing/matrix-sdk-integration-testing/assets/ci-start.sh
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ rc_invites:
experimental_features:
msc3266_enabled: true
msc4186_enabled: true
msc3575_enabled: true
""" >> /data/homeserver.yaml

echo " ====== Starting server with: ====== "

0 comments on commit 9bb0d6d

Please sign in to comment.