bump default clone image

This commit is contained in:
6543
2022-10-06 19:40:50 +02:00
parent 287800ac62
commit 89466646d1

View File

@@ -23,5 +23,5 @@ var PrivilegedPlugins = []string{
}
const (
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:v1.4.0"
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:v1.5.0"
)