Skip to content

Commit 7e6466d

Browse files
authored
update Earthly version from 0.8.3 to 0.8.16 (#2072)
To fix `no such host` error logs observed after the Earthly cloud shutdown.
1 parent 9a46c68 commit 7e6466d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/earthly.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
set -euo pipefail
66

7-
: "${EARTHLY_VERSION:=0.8.3}"
7+
: "${EARTHLY_VERSION:=0.8.16}"
88

99
# Calc the arch of the executable we want
1010
case "$ARCHNAME" in

0 commit comments

Comments
 (0)