1
0
Fork 0
forked from mirror/prosody

Update 0.11.4

This commit is contained in:
Sara Aimée Smiseth 2020-02-22 10:36:33 +00:00 committed by GitHub
parent 89277930fe
commit 0a1fb7c765
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,9 +14,9 @@ RUN apt-get update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
ENV PROSODY_VERSION 0.11.2
ENV PROSODY_VERSION 0.11.4
ENV PROSODY_DOWNLOAD_URL https://prosody.im/downloads/source/prosody-${PROSODY_VERSION}.tar.gz
ENV PROSODY_DOWNLOAD_SHA1 0508cfc1c3c74a7eb8fdac2ed50435e190930f6a
ENV PROSODY_DOWNLOAD_SHA1 59e9e684230c26daf53526e18b0e6e2efb0d63c5
RUN buildDeps='gcc git libc6-dev libidn11-dev liblua5.2-dev libsqlite3-dev libssl-dev make unzip' \
&& set -x \