🚀 Updates
- Added a check to
moon docker scaffold
that ensures that.moon/cache
is ignored in a root
.dockerignore
file. This helps to avoid interoperability issues. - Added more logs to
moon docker
commands to help uncover future issues.
🐞 Fixes
- Fixed an issue where
noop
tasks would not cache / invalidate cache. This is a regression from
the recent task runner changes.
⚙️ Internal
- Updated proto to v0.36.0 (from v0.35.4).