From 71214e94a61c098b434776bf47d5b9144713f0e9 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Tue, 3 Oct 2023 22:44:08 +0100 Subject: [PATCH] prosody: Update to version 0.12.4, update modules --- service/prosody/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/prosody/Containerfile b/service/prosody/Containerfile index abbc968..7d1678f 100644 --- a/service/prosody/Containerfile +++ b/service/prosody/Containerfile @@ -1,6 +1,6 @@ FROM docker.io/debian:bookworm-slim -ARG VERSION=0.12.3 -ARG MODULES_VERSION=f3b7e05c74a9 +ARG VERSION=0.12.4 +ARG MODULES_VERSION=e5ad3f1f48bd RUN apt-get update -y && apt-get install -y --no-install-recommends \ curl mercurial gnupg ca-certificates apt-transport-https