From aa6a989759e79aa7c2ba0a1bbc61315ea745e5fc Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Fri, 12 Jan 2024 11:34:41 -0800 Subject: [PATCH] chore: updates fetcher to 2.2.4 --- Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Earthfile b/Earthfile index 9337df120d..63e53005d9 100644 --- a/Earthfile +++ b/Earthfile @@ -76,7 +76,7 @@ publish: WORKDIR /app ARG tag=latest - ARG fetcher_version=2.1.1 + ARG fetcher_version=2.2.4 # Install build dependencies RUN apt-get update && \