Switch base images to Debian 13 "trixie"

This commit is contained in:
Kim Alvefur
2026-02-14 21:45:03 +01:00
parent 3e85e9d2b6
commit 1248e97f0c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM debian:trixie-slim
MAINTAINER Prosody Developers <developers@prosody.im>
@@ -6,7 +6,7 @@ ARG PROSODY_PACKAGE=prosody-0.12
ARG LUA_PACKAGE=lua5.4
ARG BUILD_ID=
ADD https://prosody.im/downloads/repos/bookworm/prosody.sources /etc/apt/sources.list.d/prosody.sources
ADD https://prosody.im/downloads/repos/trixie/prosody.sources /etc/apt/sources.list.d/prosody.sources
# Install dependencies
RUN apt-get update \
+1 -1
View File
@@ -11,7 +11,7 @@ This is the Prosody Docker image building repository. It is used by our build se
It works by enabling the [prosody package repository](https://prosody.im/download/package_repository) and installing the selected Prosody package from there based on the `PROSODY_PACKAGE` build argument.
Docker images are built off an __Debian 12 (bookworm)__ base.
Docker images are built off an __Debian 13 (trixie)__ base.
```bash
docker run -d --name prosody -p 5222:5222 prosody/prosody