Преглед изворни кода

prosody: update package version

Use prosody-0.11 which will give us the latest 0.11 release from the upstream Debian repo. 0.12 made it to Debian backports, and we don't want to use that yet.
Saúl Ibarra Corretgé пре 3 година
родитељ
комит
3afc1e3c12
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      prosody/Dockerfile

+ 1 - 1
prosody/Dockerfile

@@ -37,7 +37,7 @@ RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody
     echo "deb http://packages.prosody.im/debian bullseye main" > /etc/apt/sources.list.d/prosody.list && \
     apt-dpkg-wrap apt-get update && \
     apt-dpkg-wrap apt-get install -y \
-      prosody=0.11.13-1~bpo11+1 \
+      prosody-0.11 \
       libssl1.1 \
       libldap-common \
       sasl2-bin \