We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83840ed commit f200eeaCopy full SHA for f200eea
{{cookiecutter.project_slug}}/Dockerfile
@@ -1,6 +1,7 @@
1
-# syntax=docker/dockerfile:1.7.1
+# syntax=docker/dockerfile:1.17.1
2
+# check=skip=all
3
-ARG PYTHON_VERSION=3.12.10
4
+ARG PYTHON_VERSION=3.13.6
5
6
FROM python:${PYTHON_VERSION}-slim-bookworm as builder
7
0 commit comments