diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-09-13 11:47:07 +0200 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-09-13 11:47:07 +0200 |
commit | a1be6b31ed560bbb444e5d0ff7a6106359557ed2 (patch) | |
tree | 4c1d7da7d411dd1909d2bdb1df7225c9d7a5cdd2 | |
parent | da034dabfcedcded964b6022153cf5a8a7ae9380 (diff) | |
download | infrastructure-a1be6b31ed560bbb444e5d0ff7a6106359557ed2.tar.gz infrastructure-a1be6b31ed560bbb444e5d0ff7a6106359557ed2.zip |
Increment once to be sure
-rw-r--r-- | app/build/docker-compose.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/build/docker-compose.yml b/app/build/docker-compose.yml index 7774b66..94bc154 100644 --- a/app/build/docker-compose.yml +++ b/app/build/docker-compose.yml @@ -44,7 +44,7 @@ services: # https://github.com/jitsi/jicofo PREFIXV: stable/jitsi-meet_ VERSION: 4966 - image: superboum/amd64_jitsi_conference_focus:v4 + image: superboum/amd64_jitsi_conference_focus:v5 jitsi-videobridge: build: @@ -53,11 +53,11 @@ services: # https://github.com/jitsi/jitsi-videobridge PREFIXV: stable/jitsi-meet_ VERSION: 4966 - image: superboum/amd64_jitsi_videobridge:v14 + image: superboum/amd64_jitsi_videobridge:v15 jitsi-xmpp: build: context: ./jitsi-xmpp args: VERSION: fake-1 - image: superboum/amd64_jitsi_xmpp:v3 + image: superboum/amd64_jitsi_xmpp:v4 |