From fee8b3bc61fc74baf5b6b93494817c9470bd5d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=B5nis=20Pool?= Date: Wed, 18 Feb 2026 14:51:13 +0200 Subject: [PATCH] Add Debian Trixie (13) support Co-Authored-By: Claude Opus 4.6 --- .github/workflows/build.yml | 2 ++ README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1014244..f808c7a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,6 +40,8 @@ jobs: matrix: base-image: # https://hub.docker.com/_/debian + - debian:trixie-slim # 13 + - debian:trixie # 13 - debian:bookworm-slim # 12 - debian:bookworm # 12 - debian:bullseye-slim # 11 diff --git a/README.md b/README.md index dde08b9..d982a89 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ These images use the tags `focal`, `0.x.y-focal`, ... ### Debian -Images based on [`debian:bullseye`](https://hub.docker.com/_/debian), `debian:bullseye-slim` (11), `debian:bookworm` and `debian:bookworm-slim` (12) are available. +Images based on [`debian:bullseye`](https://hub.docker.com/_/debian), `debian:bullseye-slim` (11), `debian:bookworm`, `debian:bookworm-slim` (12), `debian:trixie` and `debian:trixie-slim` (13) are available. These images have the tags `bullseye`, `0.x.y-bullseye`, ...