How to update CMake version in BinaryBuilder's wizard

Try adding CMake_jll as a HostBuildDependency:

HostBuildDependency(PackageSpec(; name="CMake_jll", version = v"3.28.1"))

From

Otherwise install the package from newer Alpine Linux repos:

apk add --upgrade cmake --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main

See for example

2 Likes