Skip to content

Commit 2f1134c

Browse files
committed
try bookworm
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
1 parent 4fdf66c commit 2f1134c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG PYTHON_VERSION=3.14
3+
ARG PYTHON_VERSION=3.14-bookworm
44
FROM python:${PYTHON_VERSION}
55

66
RUN apt-get update && apt-get -y install --no-install-recommends \

tests/Dockerfile-dind-certs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax=docker/dockerfile:1
22

3-
ARG PYTHON_VERSION=3.14
3+
ARG PYTHON_VERSION=3.14-bookworm
44

55
FROM python:${PYTHON_VERSION}
66
RUN mkdir /tmp/certs

0 commit comments

Comments
 (0)