diff --git a/earthly.sh b/earthly.sh index 727e611ce..8f0fb91ce 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.6 \ + earthly/earthly:v0.7.7 \ --allow-privileged \ "$@"