From df0bb250e3fe30b7659ede36193b2387cdb3bbf9 Mon Sep 17 00:00:00 2001 From: emrah Date: Tue, 8 Oct 2024 20:00:50 +0300 Subject: [PATCH] fix(prosody): install the new version of jitsi-contrib/prosody-plugins (#1926) --- prosody/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosody/Dockerfile b/prosody/Dockerfile index 41ca1c3..829c572 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_JITSI_CONTRIB_PROSODY_PLUGINS="20240817" +ARG VERSION_JITSI_CONTRIB_PROSODY_PLUGINS="20241008" 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 && \