From 2c135873bbf1a39e863b83cb0eb5c4ccf1ba237a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 2 Jun 2023 14:33:25 +0000 Subject: [PATCH] Update earthly/earthly Docker tag to v0.7.7 --- earthly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly.sh b/earthly.sh index 727e611ce..8f0fb91ce 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.7.6 \ + earthly/earthly:v0.7.7 \ --allow-privileged \ "$@"