From 38094947096f8c97406518a8d54db55a99fbb00c Mon Sep 17 00:00:00 2001 From: Kevin Reeuwijk Date: Tue, 12 Mar 2024 13:21:46 +0100 Subject: [PATCH] Update Earthly to 0.8.5 --- earthly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly.sh b/earthly.sh index dc98c3c..3f7c1b0 100755 --- a/earthly.sh +++ b/earthly.sh @@ -26,7 +26,7 @@ function build_without_proxy() { global_config="{disable_analytics: true}" PE_VERSION=$(git describe --abbrev=0 --tags) -EARTHLY_VERSION=v0.7.4 +EARTHLY_VERSION=v0.8.5 source .arg ### Verify Depencies