File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,15 @@ LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/"
3030ARG VERSION_JITSI_CONTRIB_PROSODY_PLUGINS="20250923"
3131ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN="1.8.0"
3232ARG PROSODY_PACKAGE="prosody"
33+ ARG PROSODY_PACKAGE_VERSION="13.*"
3334
3435RUN set -x && \
3536 wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && \
3637 echo "deb http://packages.prosody.im/debian bookworm main" > /etc/apt/sources.list.d/prosody.list && \
3738 apt-dpkg-wrap apt-get update && \
3839 apt-dpkg-wrap apt-get install -y \
3940 lua5.4 \
40- $PROSODY_PACKAGE \
41+ $PROSODY_PACKAGE=$PROSODY_PACKAGE_VERSION \
4142 libldap-common \
4243 sasl2-bin \
4344 libsasl2-modules-ldap \
You can’t perform that action at this time.
0 commit comments