From bf6e26fc1471643487a53751d8bd987883316324 Mon Sep 17 00:00:00 2001 From: Gitouche <26656-gitouche@users.noreply.framagit.org> Date: Sat, 12 Jun 2021 21:19:35 +0200 Subject: [PATCH] jitsi maj stable-5963 --- podman-jitsi/vars.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-jitsi/vars.sh b/podman-jitsi/vars.sh index 1921d3c..301489e 100644 --- a/podman-jitsi/vars.sh +++ b/podman-jitsi/vars.sh @@ -3,6 +3,6 @@ pod_name='podman-jitsi' service_name="pod-${pod_name}.service" upstream_images="docker.io/jitsi/jvb docker.io/jitsi/jicofo docker.io/jitsi/prosody docker.io/jitsi/web" -version='stable-5870' +version='stable-5963' confvolume='.jitsi-meet-cfg' GARBAYE_JITSI_URL="${GARBAYE_JITSI_ENV_URL:-https://jitsi.garbaye.fr}"