mirror of
https://github.com/alexgo-io/bitcoin-indexer.git
synced 2026-01-12 16:52:57 +08:00
fix: CI rust version mismatch, create empty db (#173)
* fix: create db if does not exists * chore: update rust version * chore: bump version to 1.0.1
This commit is contained in:
@@ -4,7 +4,7 @@ WORKDIR /src
|
||||
|
||||
RUN apt update && apt install -y ca-certificates pkg-config libssl-dev libclang-11-dev
|
||||
|
||||
RUN rustup update 1.67.0 && rustup default 1.67.0
|
||||
RUN rustup update 1.72.0 && rustup default 1.72.0
|
||||
|
||||
COPY ./components/ordhook-cli /src/components/ordhook-cli
|
||||
|
||||
|
||||
Reference in New Issue
Block a user