aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2024-12-21 15:38:08 +0000
committerGravatar Chris Lovering <[email protected]>2024-12-21 15:38:08 +0000
commit2fa6fe780ba3908a5b11b296cbcc7ef94fb53df1 (patch)
tree02baa23e28deaeb180b74f8df126cf4613ab1db7 /Dockerfile
parentPin python-freeipa to 1.0.8 (diff)
Bump up to Python 3.13
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 2fced88..12c5b0a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-ARG python_version=3.12-slim
+ARG python_version=3.13-slim
FROM --platform=linux/amd64 ghcr.io/owl-corp/python-poetry-base:$python_version AS wheel-builder