Skip to content

Commit 32e8f30

Browse files
committed
Test for Python 3.12.7-3 on trixie
1 parent 4347f8d commit 32e8f30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22
ARG PYTHON_NAME="python3.12"
3-
ARG PYTHON_VERSION="3.12.7-1"
4-
ARG DIST_NAME="sid"
3+
ARG PYTHON_VERSION="3.12.7-3"
4+
ARG DIST_NAME="trixie"
55

66
# -------------------- Preparation --------------------
77
FROM debian:bookworm-slim AS pre-build

0 commit comments

Comments
 (0)