docs: pin zot agent to v0.2.47 in FreeBSD build-lane handoff #177

Merged
clawdie merged 1 commit from pin-zot-v0.2.47 into main 2026-06-24 19:13:09 +02:00

View file

@ -59,8 +59,8 @@ cargo clippy --workspace --all-targets -- -D warnings
# ISO_VERSION auto-tracks the zot checkout via `git describe`, so the # ISO_VERSION auto-tracks the zot checkout via `git describe`, so the
# checked-out ref becomes the ISO version. # checked-out ref becomes the ISO version.
cd ../zot cd ../zot
git checkout v0.2.29 git checkout v0.2.47
ZOT_BUILD_VERSION="${ZOT_VERSION:-v0.2.29}" ZOT_BUILD_VERSION="${ZOT_VERSION:-v0.2.47}"
VERSION="${ZOT_BUILD_VERSION#v}" make build VERSION="${ZOT_BUILD_VERSION#v}" make build
./bin/zot --version ./bin/zot --version
``` ```