Skip to content

Commit

Permalink
Merge branch 'lnd/v0.17.0-beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstardev committed Oct 25, 2023
2 parents e234af1 + 9115aa3 commit 11bae66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion linuxamd64.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN make \


# Build loop binary
RUN git clone --depth 1 --branch v0.24.1-beta https://github.com/lightninglabs/loop.git /go/src/github.com/lightninglabs/loop
RUN git clone --depth 1 --branch v0.26.4-beta https://github.com/lightninglabs/loop.git /go/src/github.com/lightninglabs/loop
WORKDIR /go/src/github.com/lightninglabs/loop/cmd


Expand Down
2 changes: 1 addition & 1 deletion linuxarm32v7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN make \
&& make install tags="signrpc walletrpc chainrpc invoicesrpc routerrpc watchtowerrpc"

# Build loop binary
RUN git clone --depth 1 --branch v0.24.1-beta https://github.com/lightninglabs/loop.git /go/src/github.com/lightninglabs/loop
RUN git clone --depth 1 --branch v0.26.4-beta https://github.com/lightninglabs/loop.git /go/src/github.com/lightninglabs/loop
WORKDIR /go/src/github.com/lightninglabs/loop/cmd

RUN go install ./...
Expand Down
2 changes: 1 addition & 1 deletion linuxarm64v8.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN make \
&& make install tags="signrpc walletrpc chainrpc invoicesrpc routerrpc watchtowerrpc"

# Build loop binary
RUN git clone --depth 1 --branch v0.24.1-beta https://github.com/lightninglabs/loop.git /go/src/github.com/lightninglabs/loop
RUN git clone --depth 1 --branch v0.26.4-beta https://github.com/lightninglabs/loop.git /go/src/github.com/lightninglabs/loop
WORKDIR /go/src/github.com/lightninglabs/loop/cmd

RUN go install ./...
Expand Down

0 comments on commit 11bae66

Please sign in to comment.