bump DefaultCloneImage version to v1.4.0

This commit is contained in:
6543
2022-08-30 22:28:33 +02:00
parent 9fd16f2b2e
commit 4e38a55c31

View File

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