From 588b93c5c4a4500b1bacaf0d33e26213ccf2ef96 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Jun 2025 14:40:06 +0000 Subject: [PATCH] Update python Docker tag to v3.13.5 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index c0d6e0a9..cf190b78 100644 --- a/Earthfile +++ b/Earthfile @@ -30,7 +30,7 @@ build: SAVE ARTIFACT generated python-api-client: - FROM python:3.13.4-alpine + FROM python:3.13.5-alpine DO github.com/genestack/earthly-libs+PYTHON_PREPARE CACHE /root/.cache