Browse Source

update matrix versions

Guilhem Saurel 6 years ago
parent
commit
7ea5cc0728
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:
 services:
   app:
   app:
-    image: matrixdotorg/synapse:v0.33.6
+    image: matrixdotorg/synapse:v0.33.8
     restart: unless-stopped
     restart: unless-stopped
     env_file:
     env_file:
       - .env
       - .env
@@ -39,7 +39,7 @@ services:
       context: .
       context: .
       args:
       args:
         SYNAPSE_SERVER_NAME: matrix.${CHATONS_DOMAIN:-localhost}
         SYNAPSE_SERVER_NAME: matrix.${CHATONS_DOMAIN:-localhost}
-        RIOT_VERSION: v0.16.6
+        RIOT_VERSION: v0.17.5
     labels:
     labels:
       traefik.enable: "true"
       traefik.enable: "true"
       traefik.frontend.rule: "Host: riot.${CHATONS_DOMAIN:-localhost}, www.riot.${CHATONS_DOMAIN:-localhost}"
       traefik.frontend.rule: "Host: riot.${CHATONS_DOMAIN:-localhost}, www.riot.${CHATONS_DOMAIN:-localhost}"