From c1e326d2117d7752c38ca5dbb55c63854e9711fd Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Mon, 20 Jun 2022 19:49:09 +0100 Subject: [PATCH] prosody: Update to version 0.12.1 --- service/prosody/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/prosody/Containerfile b/service/prosody/Containerfile index 36d2e2d..40f076e 100644 --- a/service/prosody/Containerfile +++ b/service/prosody/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=0.12.0 -ARG MODULES_VERSION=f07c9a6f19b3 +ARG VERSION=0.12.1 +ARG MODULES_VERSION=5a3031613dbc RUN apt-get update -y && apt-get install -y --no-install-recommends \ curl mercurial gnupg ca-certificates apt-transport-https