Skip to content

Commit

Permalink
Bumping loop to 0.28.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rockstardev committed May 31, 2024
1 parent 0faa1f4 commit b3aecc7
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.26.6-beta https://github.com/lightninglabs/loop.git /go/src/github.com/lightninglabs/loop
RUN git clone --depth 1 --branch v0.28.2-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.26.6-beta https://github.com/lightninglabs/loop.git /go/src/github.com/lightninglabs/loop
RUN git clone --depth 1 --branch v0.28.2-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.26.6-beta https://github.com/lightninglabs/loop.git /go/src/github.com/lightninglabs/loop
RUN git clone --depth 1 --branch v0.28.2-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 b3aecc7

Please sign in to comment.