Skip to content

Commit 3030655

Browse files
committed
Test for Python 3.12.8-3 on trixie
1 parent 734ad14 commit 3030655

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.8-2"
4-
ARG DIST_NAME="sid"
3+
ARG PYTHON_VERSION="3.12.8-3"
4+
ARG DIST_NAME="trixie"
55

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

0 commit comments

Comments
 (0)