diff --git a/Earthfile b/Earthfile index 7bcbd9db..0567bbe6 100644 --- a/Earthfile +++ b/Earthfile @@ -24,7 +24,7 @@ rust-base: check-clean-git-history: FROM +rust-base # renovate: datasource=github-releases depName=DeveloperC286/clean_git_history - ENV CLEAN_GIT_HISTORY_VERSION="v1.0.0" + ENV CLEAN_GIT_HISTORY_VERSION="v1.0.1" RUN wget -O - "https://github.com/DeveloperC286/clean_git_history/releases/download/${CLEAN_GIT_HISTORY_VERSION}/x86_64-unknown-linux-musl.tar.gz" | tar xz --directory "/usr/bin/" DO +COPY_METADATA ARG from="origin/HEAD"