Skip to content

Commit

Permalink
use precise Dockerfile version
Browse files Browse the repository at this point in the history
  • Loading branch information
bnjbvr authored and Hywan committed Sep 24, 2024
1 parent 449e369 commit 08461be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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
1 change: 0 additions & 1 deletion testing/matrix-sdk-integration-testing/assets/ci-start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ rc_invites:
experimental_features:
msc3266_enabled: true
msc4186_enabled: true
""" >> /data/homeserver.yaml

echo " ====== Starting server with: ====== "
Expand Down

0 comments on commit 08461be

Please sign in to comment.