From a1d60a4c91cdea85dad5083dc3985fe981ac75f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 03:08:35 +0000 Subject: [PATCH] Bump busybox from 1.36.1 to 1.37.0 Bumps busybox from 1.36.1 to 1.37.0. --- updated-dependencies: - dependency-name: busybox dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 133a417..f10c5fb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,3 @@ -FROM busybox:1.36.1 +FROM busybox:1.37.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'"