Update 0.11.5

This commit is contained in:
Sara Aimée Smiseth 2020-05-25 17:54:28 +02:00
parent 2f298b1b59
commit b720a0b699
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -12,8 +12,6 @@ s2s_secure_auth = true;
authentication = "internal_hashed";
daemonize = false;
log = {
{levels = {min = "info"}, to = "console"};
};