diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/docker-compose.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 6f351ec..f305d40 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -4,11 +4,11 @@ services: build: context: ./riotweb args: - VERSION: 1.6.2 - image: superboum/amd64_riotweb:v11 + VERSION: 1.6.8 + image: superboum/amd64_riotweb:v12 synapse: build: context: ./matrix-synapse args: - VERSION: 1.14.0 - image: superboum/amd64_synapse:v29 + VERSION: 1.15.2 + image: superboum/amd64_synapse:v30 |