From 67a3379620290d5164293f8199f26aa86b7dd533 Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Fri, 1 Apr 2022 13:06:15 -0400 Subject: [PATCH 1/2] build(build.sh): update default image tag --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index cc4f9e7..b7b76a6 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ if [ -z "$IMAGE" ]; then fi if [ -z "$TAG" ]; then - TAG="0.2.0" + TAG="v2.1.0" fi if [ -z "$BUILDER" ]; then From dba963a291d16b4fcf0d187d404d5b71baf4aa4c Mon Sep 17 00:00:00 2001 From: Andrew Azores Date: Fri, 1 Apr 2022 16:10:11 -0400 Subject: [PATCH 2/2] fixup! build(build.sh): update default image tag --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index b7b76a6..1a950b5 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ if [ -z "$IMAGE" ]; then fi if [ -z "$TAG" ]; then - TAG="v2.1.0" + TAG="2.1.0" fi if [ -z "$BUILDER" ]; then