Page MenuHomePhabricator

[explorer] Fix the build
ClosedPublic

Authored by Fabien on Dec 21 2023, 09:05.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC2087527d4ba2: [explorer] Fix the build
Summary

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.

Test Plan
cd web/explorer
docker build -t explorer .
docker run -p 3035:3035 -t explorer

Check it runs on localhost:3035

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Dec 21 2023, 09:05
PiRK edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Dec 21 2023, 12:34
This revision was automatically updated to reflect the committed changes.