aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Chris Lovering <[email protected]>2023-09-21 14:40:22 +0100
committerGravatar Chris Lovering <[email protected]>2023-09-21 14:40:22 +0100
commit971a786fc716d62fc694d49023b600654aafb951 (patch)
treea8ea30818412eafa8339fedd627069d018f44d57
parentOnly mark 3.12-rc-slim as experimental (diff)
Use python:3-slim as the default build base for building manually
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 31cc7f9..4d4c207 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-ARG python_version=3.12-rc-slim
+ARG python_version=3-slim
FROM python:$python_version