Skip to content

Commit 673753c

Browse files
committed
build: bump docker Go version
1 parent 1a31c6b commit 673753c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19-alpine as builder
1+
FROM golang:1.22.3-alpine as builder
22

33
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
44
# queries required to connect to linked containers succeed.
@@ -11,9 +11,9 @@ RUN apk add --no-cache --update alpine-sdk \
1111
git \
1212
make \
1313
gcc \
14-
&& cd /go/src/github.com/lightninglabs/faraday \
15-
&& make \
16-
&& make install
14+
&& cd /go/src/github.com/lightninglabs/faraday \
15+
&& make \
16+
&& make install
1717

1818
# Start a new, final image.
1919
FROM alpine as final

0 commit comments

Comments
 (0)