mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
use fix version to be able to update clone images (#1108)
This commit is contained in:
parent
e269890643
commit
93c96de2ac
1 changed files with 1 additions and 1 deletions
|
@ -23,5 +23,5 @@ var PrivilegedPlugins = []string{
|
||||||
}
|
}
|
||||||
|
|
||||||
const (
|
const (
|
||||||
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:latest"
|
DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:v1.2.0"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue