The build is currently broken because we require a package that depends on rust > 1.70, and we still use 1.66.
This diff updates the version and use 1.72 instead to match our current CI version, and bookworm instead of bullseye to get rid of a CVE in ncurse.
Details
Details
- Reviewers
PiRK - Group Reviewers
Restricted Project - Commits
- rABC2087527d4ba2: [explorer] Fix the build
cd web/explorer docker build -t explorer . docker run -p 3035:3035 -t explorer
Check it runs on localhost:3035
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable