1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-23 17:53:23 +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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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{