use fix version to be able to update clone images (#1108)

This commit is contained in:
Anbraten 2022-08-14 21:22:35 +02:00 committed by GitHub
parent e269890643
commit 93c96de2ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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