1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-11-29 21:48:14 +02:00

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.
This commit is contained in:
Philipp
2023-07-28 20:36:08 +02:00
committed by GitHub
parent da9bfa64ce
commit c96fc3f27a

View File

@@ -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{