Skip to content

Commit f200eea

Browse files
ci: add docker buildkit check flag, bump python version
1 parent 83840ed commit f200eea

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

{{cookiecutter.project_slug}}/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
# syntax=docker/dockerfile:1.7.1
1+
# syntax=docker/dockerfile:1.17.1
2+
# check=skip=all
23

3-
ARG PYTHON_VERSION=3.12.10
4+
ARG PYTHON_VERSION=3.13.6
45

56
FROM python:${PYTHON_VERSION}-slim-bookworm as builder
67

0 commit comments

Comments
 (0)