From 02705c9f1e1b03919f6220c05a1090b41d9a49d7 Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 4 Mar 2023 16:33:53 +0000 Subject: [PATCH] prosody: Update to version 0.12.3 --- service/prosody/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/prosody/Containerfile b/service/prosody/Containerfile index 1fac247..0bd25de 100644 --- a/service/prosody/Containerfile +++ b/service/prosody/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:bullseye-slim -ARG VERSION=0.12.2 +ARG VERSION=0.12.3 ARG MODULES_VERSION=43b67142b37c RUN apt-get update -y && apt-get install -y --no-install-recommends \