소스 검색

prosody: update to latest stable

Prosody 0.12.1 was released, which contained fixes that we needed,
that's why we were running on the 0.12 nightlies.
Saúl Ibarra Corretgé 2 년 전
부모
커밋
5109874549
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      prosody/Dockerfile

+ 1 - 1
prosody/Dockerfile

@@ -36,7 +36,7 @@ RUN wget -qO /etc/apt/trusted.gpg.d/prosody.gpg https://prosody.im/files/prosody
     apt-dpkg-wrap apt-get update && \
     apt-dpkg-wrap apt-get install -y \
       lua5.4 \
-      prosody-0.12 \
+      prosody \
       libssl1.1 \
       libldap-common \
       sasl2-bin \