Skip to content

Commit 29ef42e

Browse files
authored
fix(prosody): Also patch prosody 13.0.4. (#2208)
1 parent dbdc2b2 commit 29ef42e

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
@@ -66,7 +66,7 @@ RUN set -x && \
6666
mkdir /prosody-plugins-contrib && \
6767
cp -a prosody-plugins-$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS/* /prosody-plugins-contrib && \
6868
rm -rf prosody-plugins-$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS v$VERSION_JITSI_CONTRIB_PROSODY_PLUGINS.tar.gz && \
69-
(apt-cache policy prosody | grep -q "13\.0\.3" && sed -i '/idna_to_ascii/d' /usr/share/lua/5.4/prosody/util/jid.lua) || true
69+
(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
7070

7171
COPY rootfs/ /
7272

0 commit comments

Comments
 (0)