Skip to content

Commit 62b8fd4

Browse files
chore(deps): update dependency developerc286/clean_git_history to v1.0.4 (#108)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 77abb98 commit 62b8fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/check-clean-git-history.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM rust:1.87.0-alpine3.21@sha256:fa7c28576553c431224a85c897c38f3a6443bd831be37061ab3560d9e797dc82
22

33
# renovate: datasource=github-releases depName=DeveloperC286/clean_git_history
4-
ENV CLEAN_GIT_HISTORY_VERSION="v1.0.3"
4+
ENV CLEAN_GIT_HISTORY_VERSION="v1.0.4"
55
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/"
66

77
WORKDIR /workspace

0 commit comments

Comments
 (0)