Update buildx version 0.5.1 => 0.7.1

https://github.com/docker/buildx/releases/tag/v0.7.1
Signed-off-by: Davis Schirmer <djds@bghost.xyz>
master
Davis Schirmer 2021-12-01 02:34:09 -05:00
parent b479dc75c6
commit a507923951
No known key found for this signature in database
GPG Key ID: 4CA61156328791F4
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ if [ -z "${BINDIR:-}" ] && [ -z "${PREFIX:-}" ]; then
PREFIX="$(realpath "$(dirname "$0")/..")"
fi
: "${VERSION:=v0.5.1}"
: "${VERSION:=v0.7.1}"
: "${BINDIR:="${PREFIX}/bin"}"
: "${DEST:="${BINDIR}/buildx"}"