We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fdf66c commit 2f1134cCopy full SHA for 2f1134c
2 files changed
tests/Dockerfile
@@ -1,6 +1,6 @@
1
# syntax=docker/dockerfile:1
2
3
-ARG PYTHON_VERSION=3.14
+ARG PYTHON_VERSION=3.14-bookworm
4
FROM python:${PYTHON_VERSION}
5
6
RUN apt-get update && apt-get -y install --no-install-recommends \
tests/Dockerfile-dind-certs
RUN mkdir /tmp/certs
0 commit comments