From c96fc3f27adf221d459b215a84d28af0e84be25b Mon Sep 17 00:00:00 2001 From: Philipp Date: Fri, 28 Jul 2023 20:36:08 +0200 Subject: [PATCH] Bump default clone image version to 2.1.0 (#2053) We need v2.1.0 as it uses the CI_REPO_CLONE_URL and not the deprecated CI_REPO_REMOTE. --- 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 1414cd4d1..5e4e4ff8b 100644 --- a/shared/constant/constant.go +++ b/shared/constant/constant.go @@ -32,7 +32,7 @@ var DefaultConfigOrder = [...]string{ const ( // DefaultCloneImage can be changed by 'WOODPECKER_DEFAULT_CLONE_IMAGE' at runtime - DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.0.3" + DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.1.0" ) var TrustedCloneImages = []string{