From 52e8f5388e69de4554514a05e3455c8447887654 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Mon, 24 Jan 2022 18:08:55 +0100 Subject: [PATCH] Update prosody to version 0.11.12 (#33) --- CHANGELOG.md | 4 ++++ Dockerfile | 4 ++-- readme.md | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2be9f..9d73a4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ * Nothing +## v1.2.5 + +* Updated to Prosody version [0.11.12](https://blog.prosody.im/prosody-0.11.12-released/). + ## v1.2.4 * Updated to Prosody version [0.11.11](https://blog.prosody.im/prosody-0.11.11-released/). diff --git a/Dockerfile b/Dockerfile index 9dc8d0c..bcae0d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,10 +5,10 @@ ARG VCS_REF ARG VERSION ARG LUAROCKS_VERSION=3.8.0 -ARG PROSODY_VERSION=0.11.11 +ARG PROSODY_VERSION=0.11.12 ARG LUAROCKS_SHA256=56ab9b90f5acbc42eb7a94cf482e6c058a63e8a1effdf572b8b2a6323a06d923 -ARG PROSODY_DOWNLOAD_SHA256=a1af90e2d4ac2f7cf81b385475140ecee60bec1eb83003efb5aeb89765b13774 +ARG PROSODY_DOWNLOAD_SHA256=56cd52d820f5b3ed37e02d8a2577aa064bbc04db8e87fd18a6020eba0c10560d LABEL luarocks.version="${LUAROCKS_VERSION}" LABEL org.opencontainers.image.authors="Sara Smiseth" diff --git a/readme.md b/readme.md index f33af0e..c127e4a 100644 --- a/readme.md +++ b/readme.md @@ -9,7 +9,7 @@ [![Github open issues](https://img.shields.io/github/issues-raw/SaraSmiseth/prosody)](https://github.com/SaraSmiseth/prosody/issues) [![Github open pull requests](https://img.shields.io/github/issues-pr-raw/SaraSmiseth/prosody)](https://github.com/SaraSmiseth/prosody/pulls) -This docker image provides you with a configured [Prosody](https://prosody.im/) XMPP server. The image is based on `debian:buster-slim`. +This docker image provides you with a configured [Prosody](https://prosody.im/) XMPP server. The image is based on `debian:bullseye-slim`. The server was tested using the Android App [Conversations](https://conversations.im/) and the Desktop client [Gajim](https://gajim.org). Multiple [architectures](https://hub.docker.com/r/sarasmiseth/prosody/tags) are supported. I use it on my raspberry pi 4.