mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-01-18 13:10:37 +00:00
Upgrade to Prosody 0.11.2
This commit is contained in:
parent
0bbfc44ac7
commit
89277930fe
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@ RUN apt-get update \
|
|||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENV PROSODY_VERSION 0.11.1
|
||||
ENV PROSODY_VERSION 0.11.2
|
||||
ENV PROSODY_DOWNLOAD_URL https://prosody.im/downloads/source/prosody-${PROSODY_VERSION}.tar.gz
|
||||
ENV PROSODY_DOWNLOAD_SHA1 dacce98fda317f5ba3c05842e2d97018d050b435
|
||||
ENV PROSODY_DOWNLOAD_SHA1 0508cfc1c3c74a7eb8fdac2ed50435e190930f6a
|
||||
|
||||
RUN buildDeps='gcc git libc6-dev libidn11-dev liblua5.2-dev libsqlite3-dev libssl-dev make unzip' \
|
||||
&& set -x \
|
||||
|
|
Loading…
Reference in a new issue