Skip to content

Commit

Permalink
Merge pull request #13 from sourceboat/dependabot/docker/busybox-1.36.1
Browse files Browse the repository at this point in the history
Bump busybox from 1.36.0 to 1.36.1
  • Loading branch information
pehbehbeh authored Feb 28, 2024
2 parents a264503 + 0f524a7 commit ee66371
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.36.0
FROM busybox:1.36.1

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 ee66371

Please sign in to comment.