From 691f04e4a6167ed6a0d10bccf6c2f6a53e72b7f2 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Thu, 27 Jan 2022 23:31:30 +0000 Subject: [PATCH] prosody: Update to version 0.11.13 --- service/prosody/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/prosody/Containerfile b/service/prosody/Containerfile index beb257f..f90fcad 100644 --- a/service/prosody/Containerfile +++ b/service/prosody/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=0.11.12 +ARG VERSION=0.11.13 ARG MODULES_VERSION=a1181413a0eb RUN apt-get update -y && apt-get install -y --no-install-recommends \