From 6253bcfeee1c4492631cb40d1839fb3af27d664e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 18:33:46 +0000 Subject: [PATCH] Update earthly/earthly Docker tag to v0.8.8 --- earthly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly.sh b/earthly.sh index 08045aa58..6b4214ef8 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.7 \ + earthly/earthly:v0.8.8 \ --allow-privileged \ "$@"