Migrate to riot web 1.9.0
This commit is contained in:
parent
e8474d52a2
commit
6d4be5fb83
2 changed files with 3 additions and 3 deletions
|
@ -7,8 +7,8 @@ services:
|
||||||
context: ./im/build/riotweb
|
context: ./im/build/riotweb
|
||||||
args:
|
args:
|
||||||
# https://github.com/vector-im/riot-web/releases
|
# https://github.com/vector-im/riot-web/releases
|
||||||
VERSION: 1.8.4
|
VERSION: 1.9.0
|
||||||
image: superboum/amd64_riotweb:v24
|
image: superboum/amd64_riotweb:v25
|
||||||
|
|
||||||
synapse:
|
synapse:
|
||||||
build:
|
build:
|
||||||
|
|
|
@ -177,7 +177,7 @@ EOH
|
||||||
task "server" {
|
task "server" {
|
||||||
driver = "docker"
|
driver = "docker"
|
||||||
config {
|
config {
|
||||||
image = "superboum/amd64_riotweb:v24"
|
image = "superboum/amd64_riotweb:v25"
|
||||||
ports = [ "web_port" ]
|
ports = [ "web_port" ]
|
||||||
volumes = [
|
volumes = [
|
||||||
"secrets/config.json:/srv/http/config.json"
|
"secrets/config.json:/srv/http/config.json"
|
||||||
|
|
Reference in a new issue