Skip to content

Commit 60ef52f

Browse files
authored
Merge pull request #1752 from felipecrs/python3.13
Update Python to 3.13 in docker image
2 parents a107d13 + 240e196 commit 60ef52f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

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

33
# 0. Prepare images
4-
ARG PYTHON_VERSION="3.11"
4+
ARG PYTHON_VERSION="3.13"
55
ARG GO_VERSION="1.25"
66

77

0 commit comments

Comments
 (0)