We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c5ee984 + 2b206e4 commit 6d4d53cCopy full SHA for 6d4d53c
Dockerfile
@@ -14,8 +14,8 @@ ENV GO111MODULE on
14
RUN apk add --no-cache --update alpine-sdk \
15
git \
16
make \
17
-&& cd /go/src/github.com/lightningnetwork/loop/cmd \
18
-&& go install ./...
+&& cd /go/src/github.com/lightningnetwork/loop \
+&& make install
19
20
# Start a new, final image to reduce size.
21
FROM alpine as final
release_notes.md
@@ -28,3 +28,5 @@ This file tracks release notes for the loop client.
28
#### Breaking Changes
29
30
#### Bug Fixes
31
+* The loop dockerfile has been updated to use the `make` command so that the
32
+ latest commit hash of the code being run will be included in `loopd`.
0 commit comments