From b67847e2549719b3d83afcd90e2c6bb45d78a041 Mon Sep 17 00:00:00 2001 From: seednode Date: Tue, 31 Aug 2021 12:28:33 -0500 Subject: [PATCH] Updated to 1.21.2 --- build.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.sh b/build.sh index 17320ed..f951538 100755 --- a/build.sh +++ b/build.sh @@ -4,9 +4,6 @@ # exit if a command fails set -o errexit -# exit if required variables aren't set -set -o nounset - # if no registry is provided, tag image as "local" registry registry="${REGISTRY:-local}"