Skip to content

Commit 52c77d8

Browse files
committed
docker: Update to latest electrs
1 parent 047fe9d commit 52c77d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ RUN source /root/.cargo/env \
3333
&& mkdir -p /srv/explorer/electrs{,_liquid} \
3434
&& git clone --no-checkout https://github.com/blockstream/electrs.git \
3535
&& cd electrs \
36-
&& git checkout 5bae341585f70699cf12b587a1e9d392df43d674 \
36+
&& git checkout 2f8759e940a3fe56002d653c29a480ed3bffa416 \
3737
&& cp contrib/popular-scripts.txt /srv/explorer \
3838
&& cargo install --root /srv/explorer/electrs_bitcoin --locked --path . --features electrum-discovery \
3939
&& cargo install --root /srv/explorer/electrs_liquid --locked --path . --features electrum-discovery,liquid \

0 commit comments

Comments
 (0)