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:
parent
da9bfa64ce
commit
c96fc3f27a
@ -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{
|
||||
|
Loading…
x
Reference in New Issue
Block a user