Pin official default clone image (#1526) (#1534)

backport #1526
This commit is contained in:
6543
2023-01-10 20:15:05 +01:00
committed by GitHub
parent 36fbd3a2bc
commit 7fa68a80eb

View File

@@ -15,5 +15,6 @@
package constant
const (
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.0"
// DefaultCloneImage can be changed by 'WOODPECKER_DEFAULT_CLONE_IMAGE' at runtime
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:2.0.3"
)