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:
6543 2023-11-21 02:15:08 +01:00 committed by GitHub
parent f4c51b01ad
commit 249b8fedd9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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{