Currently Debian Dockefile is debaian:bookworm based: https://github.com/apache/apisix-docker/blob/master/debian/Dockerfile.
FROM debian:bookworm-slim
However, Debian 12 bookworm has stopped security support (EOL) on Jun 10, 2026 and Debian 13 trixie becomes latest stable release now.
Would it possible to update current Debian Dockerfile from EOL bookworm to latest trixie from now on?
FROM debian:trixie-slim
Currently Debian Dockefile is debaian:bookworm based: https://github.com/apache/apisix-docker/blob/master/debian/Dockerfile.
FROM debian:bookworm-slim
However, Debian 12 bookworm has stopped security support (EOL) on Jun 10, 2026 and Debian 13 trixie becomes latest stable release now.
Would it possible to update current Debian Dockerfile from EOL bookworm to latest trixie from now on?
FROM debian:trixie-slim