HomePhabricator

[explorer] Fix the build

Description

[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

Reviewers: #bitcoin_abc, PiRK

Reviewed By: #bitcoin_abc, PiRK

Differential Revision: https://reviews.bitcoinabc.org/D15026

Details

Provenance
FabienAuthored on Dec 21 2023, 09:04
FabienPushed on Dec 21 2023, 12:49
Reviewer
Restricted Project
Differential Revision
D15026: [explorer] Fix the build
Parents
rABC8f953b99e3ce: [Chronik] Add `alp::parse` to parse GENESIS, MINT, SEND and BURN
Branches
Unknown
Tags
Unknown