Skip to content

Commit 637c2ff

Browse files
committed
Use Debian trixie
1 parent ba9d34e commit 637c2ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

{{cookiecutter.project_slug}}/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.14-slim-bookworm
1+
FROM python:3.14-slim-trixie
22
WORKDIR /app
33
COPY requirements/ /app/requirements/
44
RUN pip install \

0 commit comments

Comments
 (0)