From 00412d0ee5c141ad83ad1daf008325a20c91d2c0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 02:37:32 +0000 Subject: [PATCH] Update python Docker tag to v3.13.4 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 70102967..954494ec 100644 --- a/Earthfile +++ b/Earthfile @@ -30,7 +30,7 @@ build: SAVE ARTIFACT generated python-api-client: - FROM python:3.13.3-alpine + FROM python:3.13.4-alpine DO github.com/genestack/earthly-libs+PYTHON_PREPARE CACHE /root/.cache