File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,12 +65,12 @@ RUN curl -sL -o elements.tar.gz "https://github.com/ElementsProject/elements/rel
6565 && mv /srv/explorer/liquid/bin/{elements-cli,liquid-cli} \
6666 && rm elements.tar.gz
6767
68- RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.65 .0
68+ RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.75 .0
6969RUN source /root/.cargo/env \
7070 && mkdir -p /srv/explorer/electrs{,_liquid} \
7171 && git clone --no-checkout https://github.com/blockstream/electrs.git \
7272 && (cd electrs \
73- && git checkout fd35014283c7d3a7a85c77b9fd647c9f09de12c9 \
73+ && git checkout 49a71805a2c15852a4fa0450bcb5a4a4a36c89d8 \
7474 && cp contrib/popular-scripts.txt /srv/explorer \
7575 && cargo install --root /srv/explorer/electrs_bitcoin --locked --path . --features electrum-discovery \
7676 && cargo install --root /srv/explorer/electrs_liquid --locked --path . --features electrum-discovery,liquid \
You can’t perform that action at this time.
0 commit comments