Skip to content

Commit 7eab656

Browse files
committed
config: docker: Bump Python version for base template
This upgrade is inteded to make use of recent changes in handling temporary files (in "tempfile" module). Signed-off-by: Paweł Wieczorek <[email protected]>
1 parent f5df64b commit 7eab656

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/docker/base/python.jinja2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Author: Guillaume Tucker <[email protected]>
55
-#}
66

7-
FROM mirror.gcr.io/python:3.11
7+
FROM mirror.gcr.io/python:3.12
88

99
MAINTAINER "KernelCI TSC" <kernelci-tsc@groups.io>
1010

0 commit comments

Comments
 (0)