feat: update to trixie
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-08-06 20:47:51 +02:00
parent 068c38ecf5
commit 3b4b0d378f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM debian:trixie-slim
RUN set -eux && \
apt-get update && \

View File

@@ -4,6 +4,6 @@ set -ex
IMAGE=pommib/swiss:latest
docker pull $IMAGE
docker pull debian:bookworm-slim
docker pull debian:trixie-slim
docker build --no-cache -t $IMAGE ./
docker push $IMAGE