From 7924d6291d1acaa6c883cd172fce31ac70b5a83d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=9Clgen=20Sar=C4=B1kavak?= Date: Sat, 22 Nov 2025 15:13:08 +0300 Subject: [PATCH] Bump container's Debian version to trixie from bookworm --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 925cf18..9ab7490 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,7 @@ ARG PYTHON_IMPLEMENTATION=python ARG PYTHON_VERSION=3.13 -FROM ${PYTHON_IMPLEMENTATION}:${PYTHON_VERSION}-slim-bookworm +FROM ${PYTHON_IMPLEMENTATION}:${PYTHON_VERSION}-slim-trixie LABEL org.opencontainers.image.authors="Django Software Foundation" LABEL org.opencontainers.image.url="https://github.com/django/django-docker-box"