diff options
author | 2023-09-21 14:40:22 +0100 | |
---|---|---|
committer | 2023-09-21 14:40:22 +0100 | |
commit | 971a786fc716d62fc694d49023b600654aafb951 (patch) | |
tree | a8ea30818412eafa8339fedd627069d018f44d57 | |
parent | Only mark 3.12-rc-slim as experimental (diff) |
Use python:3-slim as the default build base for building manually
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -ARG python_version=3.12-rc-slim +ARG python_version=3-slim FROM python:$python_version |