Skip to content

Commit ef4bd08

Browse files
chore(deps): update dependency developerc286/clean_git_history to v1
1 parent a2f2d05 commit ef4bd08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ alpine-base:
2323
check-clean-git-history:
2424
FROM +alpine-base
2525
# renovate: datasource=github-releases depName=DeveloperC286/clean_git_history
26-
ENV CLEAN_GIT_HISTORY_VERSION="v0.2.0"
26+
ENV CLEAN_GIT_HISTORY_VERSION="v1.0.0"
2727
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
2828
DO +COPY_METADATA
2929
ARG from_reference="origin/HEAD"

0 commit comments

Comments
 (0)