diff --git a/earthly.sh b/earthly.sh index ebf9e4fe8..15ed8f3b1 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.17 \ + earthly/earthly:v0.7.18 \ --allow-privileged \ "$@"