From 8056916914276917f4e6481cbfadb5cf05c9f006 Mon Sep 17 00:00:00 2001 From: Oleg Kunitsyn Date: Thu, 6 Nov 2025 15:03:27 +0100 Subject: [PATCH] [ODM-7749] Fix on certain hash in earthly-libs repo --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 686f3b3..588309b 100644 --- a/Earthfile +++ b/Earthfile @@ -5,7 +5,7 @@ ARG --global --required RAW_REGISTRY_SNAPSHOTS build: FROM python:3.13.7-alpine - DO github.com/genestack/earthly-libs+PYTHON_PREPARE + DO github.com/genestack/earthly-libs:6e90f15c1b437e0bfdf6f95786cac47fb5c0c7e9+PYTHON_PREPARE COPY requirements.txt . RUN \