Skip to content

Commit

Permalink
Pin Synapse version until read-after-write issue is fixed
Browse files Browse the repository at this point in the history
Relevant Synapse issue: matrix-org/synapse#15526

Full context: #208 (comment)
  • Loading branch information
MadLittleMods committed May 3, 2023
1 parent bfea06b commit 6c6debe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion test/dockerfiles/Synapse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
# Currently this is based on Complement Synapse images which are based on the
# published 'synapse:latest' image -- ie, the most recent Synapse release.

ARG SYNAPSE_VERSION=latest
# FIXME: We're pinning the version to `v1.79.0` until
# https://github.com/matrix-org/synapse/issues/15526 is fixed. Feel free to update back
# to `latest` once that issue is resolved. More context:
# https://github.com/matrix-org/matrix-public-archive/pull/208#discussion_r1183294630
ARG SYNAPSE_VERSION=v1.79.0

FROM matrixdotorg/synapse:${SYNAPSE_VERSION}

Expand Down

0 comments on commit 6c6debe

Please sign in to comment.