Skip to content

Commit

Permalink
Merge pull request #12 from sourceboat/dependabot/docker/busybox-1.36.0
Browse files Browse the repository at this point in the history
Bump busybox from 1.34.1 to 1.36.0
  • Loading branch information
pehbehbeh authored Feb 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 32b4b84 + 3846e36 commit a264503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM busybox:1.34.1
FROM busybox:1.36.0

ENTRYPOINT sh -c "cd /tmp/.githooks && ls | xargs chmod +x && cd /tmp/.git/hooks && find ../../.githooks -type f -exec ln -sf {} /tmp/.git/hooks/ \; && echo 'githooks installed'"

0 comments on commit a264503

Please sign in to comment.