Skip to content

Commit

Permalink
Docker: Upgrade bitcoin to the latest bitcoin/bitcoin#8994
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimon committed Aug 30, 2019
1 parent febd447 commit 1669579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN ln -s /usr/bin/python3 /usr/bin/python && \
COPY docker/build-daemon.sh /wd/build-daemon.sh
# Build custom daemon able to produce and support an arbitrary number of chains
ENV DAEMON_NAME=bitcoin
ENV BRANCH_COMMIT=117dfe056dec64b0bbea5b5a76a7f4f26dbb916b
ENV BRANCH_COMMIT=233059957fcb911f0830848bfe46c3b9805a4f48
ENV REPO_HOST=https://github.com/jtimon
ENV REPO_NAME=bitcoin
RUN bash build-daemon.sh $BRANCH_COMMIT $REPO_NAME $REPO_HOST $DAEMON_NAME
Expand Down

0 comments on commit 1669579

Please sign in to comment.