Skip to content

Commit

Permalink
Bump default clone image version to 2.4.0 (#2852)
Browse files Browse the repository at this point in the history
as with woodpecker-ci/plugin-git#106 we have a potential to speed up clone step a lot
  • Loading branch information
6543 authored Nov 21, 2023
1 parent f4c51b0 commit 249b8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 249b8fe

Please sign in to comment.