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 \ "$@"