From 93c96de2acba834e2e1f08f024b170af71743251 Mon Sep 17 00:00:00 2001 From: Anbraten Date: Sun, 14 Aug 2022 21:22:35 +0200 Subject: [PATCH] use fix version to be able to update clone images (#1108) --- shared/constant/constant.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/constant/constant.go b/shared/constant/constant.go index de58ff555..238256311 100644 --- a/shared/constant/constant.go +++ b/shared/constant/constant.go @@ -23,5 +23,5 @@ var PrivilegedPlugins = []string{ } const ( - DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:latest" + DefaultCloneImage = "docker.io/woodpeckerci/plugin-git:v1.2.0" )