diff --git a/Earthfile b/Earthfile index 55eb8b32..ba3a8644 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.1" + ENV CLEAN_GIT_HISTORY_VERSION="v1.0.2" 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"