We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba9d34e commit 637c2ffCopy full SHA for 637c2ff
1 file changed
{{cookiecutter.project_slug}}/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM python:3.14-slim-bookworm
+FROM python:3.14-slim-trixie
2
WORKDIR /app
3
COPY requirements/ /app/requirements/
4
RUN pip install \
0 commit comments