From 91a7436617f5ed96bef450c91cc7c376dc9286d2 Mon Sep 17 00:00:00 2001 From: Medya Gh Date: Wed, 20 Jan 2021 15:46:14 -0800 Subject: [PATCH] bump kicbase version --- 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 f126f6fe8..56e65d1e5 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.16-snapshot1" + Version = "v0.0.17" // SHA of the kic base image - baseImageSHA = "dff16232547bb3ac3f2a9e09a42246a96ecf8f40d9a1c5bcf5a37953690954b6" + baseImageSHA = "" ) var ( -- GitLab