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