diff --git a/earthly.sh b/earthly.sh index 14d823ff2..08045aa58 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.8.6 \ + earthly/earthly:v0.8.7 \ --allow-privileged \ "$@"