From 27099691e52acf4bba8993941b4be0afccd63aa9 Mon Sep 17 00:00:00 2001 From: michael1011 Date: Thu, 14 Nov 2024 16:15:26 +0100 Subject: [PATCH] chore: bump hold plugin to v0.2.0 (#48) --- images/c-lightning-plugins/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/c-lightning-plugins/Dockerfile b/images/c-lightning-plugins/Dockerfile index 99f35fc..151b7e2 100644 --- a/images/c-lightning-plugins/Dockerfile +++ b/images/c-lightning-plugins/Dockerfile @@ -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