diff options
author | Alex Auvolat <alex@adnab.me> | 2022-01-10 21:49:54 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-01-10 21:49:54 +0100 |
commit | 8544cd27bbd5a68e1cf314d1d7ff3d341d935747 (patch) | |
tree | c43014ceee3be1bf01768a6521ea7a5acb448eeb /app/docker-compose.yml | |
parent | 71062a2d40961c396aba93e5e61f3bd59c8872b9 (diff) | |
download | nixcfg-8544cd27bbd5a68e1cf314d1d7ff3d341d935747.tar.gz nixcfg-8544cd27bbd5a68e1cf314d1d7ff3d341d935747.zip |
Update to 1.49.2 and don't name image test*
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index 40091c9..77b4cd3 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -6,11 +6,11 @@ services: context: ./im/build/matrix-synapse args: # https://github.com/matrix-org/synapse/releases - VERSION: 1.48.0 + VERSION: 1.49.2 # https://github.com/matrix-org/synapse-s3-storage-provider/commits/main # Update with the latest commit on main each time you update the synapse version # otherwise synapse may fail to launch due to incompatibility issues # see this issue for an example: https://github.com/matrix-org/synapse-s3-storage-provider/issues/64 - S3_VERSION: 41f5bf83485c61efb61c9e77f5e93cbeb969f517 - image: lxpz/amd64_synapse:test7 + S3_VERSION: 55e1846102e08c3b9686b0426c848d2163d7ba54 + image: lxpz/amd64_synapse:1.49.2 |