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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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"
)