From a55a0b0286f91da1f03bf1d8105d21b51a6a9ba9 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 9 Dec 2020 17:20:09 -0800 Subject: [PATCH] bump kicbase on head --- pkg/drivers/kic/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/drivers/kic/types.go b/pkg/drivers/kic/types.go index 2a8b06c215..4d30010d79 100644 --- a/pkg/drivers/kic/types.go +++ b/pkg/drivers/kic/types.go @@ -24,9 +24,9 @@ import ( const ( // Version is the current version of kic - Version = "v0.0.15-snapshot3" + Version = "v0.0.15-snapshot4" // SHA of the kic base image - baseImageSHA = "d6162757b2cb147e4afc5217372171518f15683f6c1a63f25f9121ff61ca654c" + baseImageSHA = "" ) var (