From 485a4c02ea127c676a8171cc232b576a0de509f6 Mon Sep 17 00:00:00 2001 From: Kevin Albertson Date: Thu, 24 Jul 2025 13:58:11 -0400 Subject: [PATCH] update Earthly version from 0.8.3 to 0.8.16 To fix `no such host` error logs observed after the Earthly cloud shutdown. --- tools/earthly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/earthly.sh b/tools/earthly.sh index 93eda0bc5b3..14389c40e1b 100755 --- a/tools/earthly.sh +++ b/tools/earthly.sh @@ -4,7 +4,7 @@ set -euo pipefail -: "${EARTHLY_VERSION:=0.8.3}" +: "${EARTHLY_VERSION:=0.8.16}" # Calc the arch of the executable we want case "$ARCHNAME" in