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.
1 parent 74bff53 commit a357474Copy full SHA for a357474
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.19-alpine as builder
+FROM golang:1.22.3-alpine as builder
2
3
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
4
# queries required to connect to linked containers succeed.
@@ -11,9 +11,9 @@ RUN apk add --no-cache --update alpine-sdk \
11
git \
12
make \
13
gcc \
14
-&& cd /go/src/github.com/lightninglabs/faraday \
15
-&& make \
16
-&& make install
+ && cd /go/src/github.com/lightninglabs/faraday \
+ && make \
+ && make install
17
18
# Start a new, final image.
19
FROM alpine as final
0 commit comments