Skip to content

Commit 89f4ec7

Browse files
author
Lawrence Nahum
committed
build: update rust to 1.65.0
1 parent 289cc65 commit 89f4ec7

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
@@ -65,7 +65,7 @@ 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.56.1
68+
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain 1.65.0
6969
RUN source /root/.cargo/env \
7070
&& mkdir -p /srv/explorer/electrs{,_liquid} \
7171
&& git clone --no-checkout https://github.com/blockstream/electrs.git \

0 commit comments

Comments
 (0)