mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 09:51:01 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue