docs: pin zot agent to v0.2.47 in FreeBSD build-lane handoff #177
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ cargo clippy --workspace --all-targets -- -D warnings
|
|||
# ISO_VERSION auto-tracks the zot checkout via `git describe`, so the
|
||||
# checked-out ref becomes the ISO version.
|
||||
cd ../zot
|
||||
git checkout v0.2.29
|
||||
ZOT_BUILD_VERSION="${ZOT_VERSION:-v0.2.29}"
|
||||
git checkout v0.2.47
|
||||
ZOT_BUILD_VERSION="${ZOT_VERSION:-v0.2.47}"
|
||||
VERSION="${ZOT_BUILD_VERSION#v}" make build
|
||||
./bin/zot --version
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue