From 25b87f91e78d182bbf285d20b2ba2b79d11c770d Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Tue, 8 Apr 2025 23:31:43 +0000 Subject: [PATCH] init --- tasks/git-clone-checkout/task.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/git-clone-checkout/task.yaml b/tasks/git-clone-checkout/task.yaml index eb77bd2..5b1d5bc 100644 --- a/tasks/git-clone-checkout/task.yaml +++ b/tasks/git-clone-checkout/task.yaml @@ -61,7 +61,7 @@ spec: - name: gitInitImage description: The image providing the git-init binary that this Task runs. type: string - default: "alpine/git:latest" + default: "alpine/git:2.47.2" - name: userHome description: | Absolute path to the user's home directory.