Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.

Commit 9b0abb9

Browse files
Actually use python 3.13 in dockerfile
1 parent 422f2cf commit 9b0abb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# syntax=docker/dockerfile:1
22

33
ARG DEBIAN_VERSION=bookworm
4-
ARG PYTHON_VERSION=3.12
4+
ARG PYTHON_VERSION=3.13
55
ARG NODE_VERSION=20
66

77
## Base

0 commit comments

Comments
 (0)