Skip to content

Commit

Permalink
Upgrade buildctl
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed May 7, 2024
1 parent 769475b commit 1198cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/get-buildctl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
cd /usr/local
curl -sSL https://github.com/moby/buildkit/releases/download/v0.12.4/buildkit-v0.12.4.linux-amd64.tar.gz | tar zxf - -- bin/buildctl
curl -sSL https://github.com/moby/buildkit/releases/download/v0.13.2/buildkit-v0.13.2.linux-amd64.tar.gz | tar zxf - -- bin/buildctl

0 comments on commit 1198cd8

Please sign in to comment.