mirror of
https://github.com/moby/buildkit.git
synced 2026-08-09 17:18:11 +00:00
11 lines
176 B
Bash
Executable File
11 lines
176 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
. $(dirname $0)/util
|
|
set -e
|
|
|
|
buildxCmd build \
|
|
--target "update" \
|
|
--output "type=local,dest=." \
|
|
--file "./hack/dockerfiles/shfmt.Dockerfile" \
|
|
.
|