From d409b332a685d331cd5fb22df13137b4a1f49851 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 18:16:40 +0000 Subject: [PATCH] Update earthly/earthly Docker tag to v0.7.2 --- earthly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly.sh b/earthly.sh index ee5f8cef4..815babfee 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.1 \ + earthly/earthly:v0.7.2 \ --allow-privileged \ "$@"