Browse Source

matrix: new versions of riot & synapse

Guilhem Saurel 6 years ago
parent
commit
c133f1c992
1 changed files with 2 additions and 2 deletions
  1. 2 2
      matrix/docker-compose.yml

+ 2 - 2
matrix/docker-compose.yml

@@ -6,7 +6,7 @@ networks:
 
 services:
   app:
-    image: matrixdotorg/synapse:v0.32.1
+    image: matrixdotorg/synapse:v0.33.6
     restart: unless-stopped
     env_file:
       - .env
@@ -40,7 +40,7 @@ services:
       context: .
       args:
         SYNAPSE_SERVER_NAME: matrix.${CHATONS_DOMAIN:-local}
-        RIOT_VERSION: v0.15.6
+        RIOT_VERSION: v0.16.6
     labels:
       traefik.enable: "true"
       traefik.frontend.rule: "Host: riot.${CHATONS_DOMAIN:-local}, www.riot.${CHATONS_DOMAIN:-local}"