From fdec66afc83315a3d286c79a29686358376e39e1 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Thu, 2 May 2024 09:41:06 -0400 Subject: [PATCH] Update crane to 0.19.1 See: https://github.com/google/go-containerregistry/releases/ --- functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.sh b/functions.sh index cab89d6..89056d9 100644 --- a/functions.sh +++ b/functions.sh @@ -73,7 +73,7 @@ function install_crane() { esac # install crane - curl -L https://github.com/google/go-containerregistry/releases/download/v0.11.0/${file} |tar zx -C /tmp + curl -L https://github.com/google/go-containerregistry/releases/download/v0.19.1/${file} |tar zx -C /tmp mv /tmp/crane . chmod +x crane }