Skip to content

Commit 1fbe831

Browse files
ulgensngnpope
authored andcommitted
Update container image to use Debian Trixie
1 parent 9edd735 commit 1fbe831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
ARG PYTHON_IMPLEMENTATION=python
44
ARG PYTHON_VERSION=3.14
5-
FROM ${PYTHON_IMPLEMENTATION}:${PYTHON_VERSION}-slim-bookworm
5+
FROM ${PYTHON_IMPLEMENTATION}:${PYTHON_VERSION}-slim-trixie
66

77
LABEL org.opencontainers.image.authors="Django Software Foundation"
88
LABEL org.opencontainers.image.url="https://github.com/django/django-docker-box"

0 commit comments

Comments
 (0)