Skip to content

Commit

Permalink
Bump default clone image version to 2.1.0 (#2053)
Browse files Browse the repository at this point in the history
We need v2.1.0 as it uses the CI_REPO_CLONE_URL and not the deprecated CI_REPO_REMOTE.
  • Loading branch information
nupplaphil authored Jul 28, 2023
1 parent da9bfa6 commit c96fc3f
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 @@ -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{
Expand Down

0 comments on commit c96fc3f

Please sign in to comment.