From cdb50bd4b09ef65d053742fbefdc26abd092e66f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 00:37:59 +0000 Subject: [PATCH] Update earthly/earthly Docker tag to v0.8.4 --- earthly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly.sh b/earthly.sh index 994316eb3..90d0c32db 100755 --- a/earthly.sh +++ b/earthly.sh @@ -7,6 +7,6 @@ docker run \ -t \ -v "$(pwd)":/workspace \ -v earthly-tmp:/tmp/earthly:rw \ - earthly/earthly:v0.8.3 \ + earthly/earthly:v0.8.4 \ --allow-privileged \ "$@"