File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM --platform=${BUILDPLATFORM} golang:1.24 -alpine as builder
1+ FROM --platform=${BUILDPLATFORM} golang:1.23.12 -alpine as builder
22
33# Copy in the local repository to build from.
44COPY . /go/src/github.com/lightningnetwork/loop
@@ -14,8 +14,8 @@ ENV GO111MODULE on
1414RUN apk add --no-cache --update alpine-sdk \
1515 git \
1616 make \
17- && cd /go/src/github.com/lightningnetwork/loop \
18- && make install
17+ && cd /go/src/github.com/lightningnetwork/loop \
18+ && make install
1919
2020# Start a new, final image to reduce size.
2121FROM --platform=${BUILDPLATFORM} alpine as final
Original file line number Diff line number Diff line change @@ -215,4 +215,4 @@ replace github.com/lightninglabs/loop/swapserverrpc => ./swapserverrpc
215215
216216replace github.com/lightninglabs/loop/looprpc => ./looprpc
217217
218- go 1.23.9
218+ go 1.23.12
You can’t perform that action at this time.
0 commit comments