We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734ad14 commit 3030655Copy full SHA for 3030655
Dockerfile
@@ -1,7 +1,7 @@
1
# syntax=docker/dockerfile:1
2
ARG PYTHON_NAME="python3.12"
3
-ARG PYTHON_VERSION="3.12.8-2"
4
-ARG DIST_NAME="sid"
+ARG PYTHON_VERSION="3.12.8-3"
+ARG DIST_NAME="trixie"
5
6
# -------------------- Preparation --------------------
7
FROM debian:bookworm-slim AS pre-build
0 commit comments