diff options
author | Quentin <quentin@deuxfleurs.fr> | 2021-12-12 13:03:45 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2021-12-12 13:03:45 +0100 |
commit | f73d8dab932f0193c04346b62cee4e51f96248fa (patch) | |
tree | 6622555f4e778c4467fadadde14584c15cffde33 /app/docker-compose.yml | |
parent | c00f0fefe701b44b4e716563f3d92d7770c1710f (diff) | |
download | infrastructure-f73d8dab932f0193c04346b62cee4e51f96248fa.tar.gz infrastructure-f73d8dab932f0193c04346b62cee4e51f96248fa.zip |
log4shell mitigation
Diffstat (limited to 'app/docker-compose.yml')
-rw-r--r-- | app/docker-compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/docker-compose.yml b/app/docker-compose.yml index c2a063d..031dd85 100644 --- a/app/docker-compose.yml +++ b/app/docker-compose.yml @@ -56,7 +56,7 @@ services: args: # https://github.com/jitsi/jicofo JICOFO_TAG: jitsi-meet_5463 - image: superboum/amd64_jitsi_conference_focus:v7 + image: superboum/amd64_jitsi_conference_focus:v8 jitsi-videobridge: build: @@ -65,7 +65,7 @@ services: # https://github.com/jitsi/jitsi-videobridge # note: JVB is not tagged with non-stable tags JVB_TAG: stable/jitsi-meet_5390 - image: superboum/amd64_jitsi_videobridge:v17 + image: superboum/amd64_jitsi_videobridge:v18 jitsi-xmpp: build: |