From 6df1f56d687d1de98e39b7035a6d29be9eb9aa31 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2025 04:51:18 +0000 Subject: [PATCH] Update python Docker tag to v3.13.2 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index b86efbfc..1ecd0c4e 100644 --- a/Earthfile +++ b/Earthfile @@ -30,7 +30,7 @@ build: SAVE ARTIFACT generated python-api-client: - FROM python:3.13.1-alpine + FROM python:3.13.2-alpine DO github.com/genestack/earthly-libs+PYTHON_PREPARE CACHE /root/.cache