Skip to content

Commit

Permalink
chore: bump hold plugin to v0.2.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Nov 14, 2024
1 parent c6df76d commit 2709969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/c-lightning-plugins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN poetry config virtualenvs.in-project true && poetry install --no-dev
WORKDIR /hold

# TODO: download arm artifacts
RUN wget https://github.com/BoltzExchange/hold/releases/download/v0.1.0/hold-linux-amd64.tar.gz
RUN wget https://github.com/BoltzExchange/hold/releases/download/v0.2.0/hold-linux-amd64.tar.gz
RUN tar -xvf hold-linux-amd64.tar.gz

WORKDIR /clnurl
Expand Down

0 comments on commit 2709969

Please sign in to comment.