Update Python to 3.13 in docker image

This commit is contained in:
Felipe Santos
2025-05-26 14:01:26 -03:00
committed by GitHub
parent ae8145f266
commit 72890d5983
+1 -1
View File
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:labs # syntax=docker/dockerfile:labs
# 0. Prepare images # 0. Prepare images
ARG PYTHON_VERSION="3.11" ARG PYTHON_VERSION="3.13"
ARG GO_VERSION="1.24" ARG GO_VERSION="1.24"