Skip to content

Commit 9179cfd

Browse files
authored
fix: Apply prosody patch on 13.X. (#2223)
1 parent ab3a7c2 commit 9179cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prosody/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ RUN set -x && \
6767
mkdir /prosody-plugins-contrib && \
6868
cp -a prosody-plugins-$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS/* /prosody-plugins-contrib && \
6969
rm -rf prosody-plugins-$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS v$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS.tar.gz && \
70-
(apt-cache policy prosody | grep -Eq "13\.0\.[34]" && sed -i '/idna_to_ascii/d' /usr/share/lua/5.4/prosody/util/jid.lua || true)
70+
(apt-cache policy prosody | grep Installed | grep -Eq " 13\." && sed -i '/idna_to_ascii/d' /usr/share/lua/5.4/prosody/util/jid.lua || true)
7171

7272
COPY rootfs/ /
7373

0 commit comments

Comments
 (0)