Skip to content

Commit

Permalink
update buildkit version for test
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Goodsell <[email protected]>
  • Loading branch information
tgoodsell-tempus committed Oct 10, 2023
1 parent 71fa687 commit eae9d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup-buildkit.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if ! which buildctl >/dev/null || ! which buildkitd >/dev/null; then
BUILDKIT_VERSION=0.9.1
BUILDKIT_VERSION=0.12.2
BUILDKIT_URL=https://github.com/moby/buildkit/releases/download/v$BUILDKIT_VERSION/buildkit-v$BUILDKIT_VERSION.linux-amd64.tar.gz

curl -fL "$BUILDKIT_URL" | tar zxf -
Expand Down

0 comments on commit eae9d34

Please sign in to comment.