From 91043c581dedcf7776a18932a36013f93c71f9bc Mon Sep 17 00:00:00 2001 From: Ben Banfield-Zanin Date: Tue, 13 Sep 2022 12:38:14 +0100 Subject: [PATCH] prosody: upgrade UVS module to be compatible with Prosody 0.12 and luajwtjitsi 3.0 --- prosody/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosody/Dockerfile b/prosody/Dockerfile index 554ff20..0afc85d 100644 --- a/prosody/Dockerfile +++ b/prosody/Dockerfile @@ -27,7 +27,7 @@ LABEL org.opencontainers.image.url="https://prosody.im/" LABEL org.opencontainers.image.source="https://github.com/jitsi/docker-jitsi-meet" LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/" -ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN="1.7.0" +ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN="1.8.0" RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && \ echo "deb http://packages.prosody.im/debian bullseye main" > /etc/apt/sources.list.d/prosody.list && \