#!/usr/bin/env bash
. $(dirname $0)/util
set -e
buildxCmd build \
--target "update" \
--output "type=local,dest=." \
--file "./hack/dockerfiles/shfmt.Dockerfile" \
.