diff --git a/earthly.sh b/earthly.sh index 47c47a2..c7c253d 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.19 \ + earthly/earthly:v0.7.20 \ --allow-privileged \ "$@"