mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-24 08:02:18 +02: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
@ -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 New Issue
Block a user