aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorQuentin <quentin@dufour.io>2020-12-11 11:00:38 +0100
committerQuentin <quentin@dufour.io>2020-12-11 11:00:38 +0100
commit3ff113ceab18d3cd63dd7ad6bb1b9ba8874a18e1 (patch)
treee38bbf77b5ca285289da4b6f8a8a9f0fadc89795 /app
parent9c947a458f66e554c3d0cfda1fb1a42b4fafba25 (diff)
parentbcb3964417f74b44b7bf3715bac7acd41c5317db (diff)
downloadinfrastructure-3ff113ceab18d3cd63dd7ad6bb1b9ba8874a18e1.tar.gz
infrastructure-3ff113ceab18d3cd63dd7ad6bb1b9ba8874a18e1.zip
Merge pull request 'Upgraded to Synapse v1.24.0' (#26) from adrien/infrastructure:master into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/pulls/26
Diffstat (limited to 'app')
-rw-r--r--app/build/docker-compose.yml4
-rw-r--r--app/deployment/im.hcl2
2 files changed, 3 insertions, 3 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml
index 5e28b99..de8ecf5 100644
--- a/app/build/docker-compose.yml
+++ b/app/build/docker-compose.yml
@@ -22,8 +22,8 @@ services:
context: ./matrix-synapse
args:
# https://github.com/matrix-org/synapse/releases
- VERSION: 1.23.0
- image: particallydone/amd64_synapse:v38
+ VERSION: 1.24.0
+ image: particallydone/amd64_synapse:v39
# Email
sogo:
diff --git a/app/deployment/im.hcl b/app/deployment/im.hcl
index 0823eac..242b360 100644
--- a/app/deployment/im.hcl
+++ b/app/deployment/im.hcl
@@ -8,7 +8,7 @@ job "im" {
driver = "docker"
config {
- image = "particallydone/amd64_synapse:v38"
+ image = "particallydone/amd64_synapse:v39"
network_mode = "host"
readonly_rootfs = true
command = "python"