diff --git a/Earthfile b/Earthfile index 4cff6f4..12cd29b 100644 --- a/Earthfile +++ b/Earthfile @@ -23,7 +23,7 @@ alpine-base: check-clean-git-history: FROM +alpine-base # renovate: datasource=github-releases depName=DeveloperC286/clean_git_history - ENV CLEAN_GIT_HISTORY_VERSION="v0.2.0" + ENV CLEAN_GIT_HISTORY_VERSION="v1.0.0" RUN wget -O - "https://github.com/DeveloperC286/clean_git_history/releases/download/${CLEAN_GIT_HISTORY_VERSION}/x86_64-unknown-linux-musl.gz" | gzip -d > /usr/bin/clean_git_history && chmod 755 /usr/bin/clean_git_history DO +COPY_METADATA ARG from_reference="origin/HEAD"