From 55e8315dc78735089e5c85366658a06ddb5ff0ed Mon Sep 17 00:00:00 2001 From: Alex Palaistras Date: Sat, 14 Aug 2021 22:38:24 +0100 Subject: [PATCH] service/prosody: Update to latest version --- config/service/prosody/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/service/prosody/Containerfile b/config/service/prosody/Containerfile index edd67b3..3e882bc 100644 --- a/config/service/prosody/Containerfile +++ b/config/service/prosody/Containerfile @@ -1,5 +1,5 @@ FROM docker.io/debian:stable-slim -ARG VERSION=0.11.9 +ARG VERSION=0.11.10 RUN apt-get update -y && apt-get install -y --no-install-recommends \ curl mercurial gnupg ca-certificates apt-transport-https