From 794251a4cebeb53e5f681adc342e420c9094b603 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 5 Aug 2023 00:35:58 +0000 Subject: [PATCH] Update earthly/earthly Docker tag to v0.7.15 --- earthly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/earthly.sh b/earthly.sh index c66ea2f24..08cadb34b 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.12 \ + earthly/earthly:v0.7.15 \ --allow-privileged \ "$@"