diff --git a/earthly.sh b/earthly.sh index 465840b3d..a38874161 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.3 \ + earthly/earthly:v0.7.4 \ --allow-privileged \ "$@"