From 249b8fedd9a71b819318472dac2c0255342f2896 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Tue, 21 Nov 2023 02:15:08 +0100 Subject: [PATCH] Bump default clone image version to 2.4.0 (#2852) as with https://github.com/woodpecker-ci/plugin-git/pull/106 we have a potential to speed up clone step a lot --- shared/constant/constant.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/constant/constant.go b/shared/constant/constant.go index a6eb50c92..78459d933 100644 --- a/shared/constant/constant.go +++ b/shared/constant/constant.go @@ -33,7 +33,7 @@ var DefaultConfigOrder = [...]string{ const ( // DefaultCloneImage can be changed by 'WOODPECKER_DEFAULT_CLONE_IMAGE' at runtime - DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.1.1" + DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.4.0" ) var TrustedCloneImages = []string{