From a9053a5cdbb5ea3ab3dcc3c263c5087eef76cfc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 06:02:29 +0000 Subject: [PATCH] Update python Docker tag to v3.14.3 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 3622bf4..1387547 100644 --- a/Earthfile +++ b/Earthfile @@ -4,7 +4,7 @@ ARG --global --required HARBOR_DOCKER_REGISTRY ARG --global --required RAW_REGISTRY_SNAPSHOTS build: - FROM python:3.14.2-alpine + FROM python:3.14.3-alpine DO github.com/genestack/earthly-libs:6e90f15c1b437e0bfdf6f95786cac47fb5c0c7e9+PYTHON_PREPARE COPY requirements.txt .