Update prosody to version 0.11.12 (#33)

This commit is contained in:
Sara Aimée Smiseth 2022-01-24 18:08:55 +01:00 committed by GitHub
parent 75e4b05ce5
commit 52e8f5388e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

View file

@ -5,10 +5,10 @@ ARG VCS_REF
ARG VERSION
ARG LUAROCKS_VERSION=3.8.0
ARG PROSODY_VERSION=0.11.11
ARG PROSODY_VERSION=0.11.12
ARG LUAROCKS_SHA256=56ab9b90f5acbc42eb7a94cf482e6c058a63e8a1effdf572b8b2a6323a06d923
ARG PROSODY_DOWNLOAD_SHA256=a1af90e2d4ac2f7cf81b385475140ecee60bec1eb83003efb5aeb89765b13774
ARG PROSODY_DOWNLOAD_SHA256=56cd52d820f5b3ed37e02d8a2577aa064bbc04db8e87fd18a6020eba0c10560d
LABEL luarocks.version="${LUAROCKS_VERSION}"
LABEL org.opencontainers.image.authors="Sara Smiseth"