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.4.0 (#2852)
as with https://github.com/woodpecker-ci/plugin-git/pull/106 we have a potential to speed up clone step a lot
This commit is contained in:
parent
f4c51b01ad
commit
249b8fedd9
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ var DefaultConfigOrder = [...]string{
|
|||
|
||||
const (
|
||||
// DefaultCloneImage can be changed by 'WOODPECKER_DEFAULT_CLONE_IMAGE' at runtime
|
||||
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.1.1"
|
||||
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.4.0"
|
||||
)
|
||||
|
||||
var TrustedCloneImages = []string{
|
||||
|
|
Loading…
Reference in a new issue