Switch base images to Debian 13 "trixie"
This commit is contained in:
+2
-2
@@ -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 \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user