Parcourir la source

update matrix versions

Guilhem Saurel il y a 6 ans
Parent
commit
7ea5cc0728
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      matrix/docker-compose.yml

+ 2 - 2
matrix/docker-compose.yml

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