Skip to content

Commit 6d969df

Browse files
feat(prosody): move back to prosody 13.0.x (#2068)
1 parent e1db42e commit 6d969df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unstable.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "version=$( apt-cache show jitsi-meet | head -10 | grep '^Pre-Depends:'| tr ',' '\n' | grep 'jitsi-videobridge2' | cut -d'=' -f2 | tr -d ')' | awk '{print $1}' )" >> $GITHUB_OUTPUT
4848
- name: Get current prosody versions
4949
id: prosody_version
50-
run: echo "version=$( apt-cache madison prosody-0.12 | awk '{print $3;}' | head -1 | cut -d'-' -f1 )" >> $GITHUB_OUTPUT
50+
run: echo "version=$( apt-cache madison prosody | awk '{print $3;}' | head -1 | cut -d'-' -f1 )" >> $GITHUB_OUTPUT
5151
- name: Get current jibri version
5252
id: jibri_version
5353
run: echo "version=$( apt-cache show jibri | head -10 | grep Version | awk '{print $2}' )" >> $GITHUB_OUTPUT

prosody/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/"
2929

3030
ARG VERSION_JITSI_CONTRIB_PROSODY_PLUGINS="20241017"
3131
ARG VERSION_MATRIX_USER_VERIFICATION_SERVICE_PLUGIN="1.8.0"
32-
ARG PROSODY_PACKAGE="prosody-0.12"
32+
ARG PROSODY_PACKAGE="prosody"
3333

3434
RUN set -x && \
3535
wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody-debian-packages.key && \

0 commit comments

Comments
 (0)