Skip to content

Commit 7840baa

Browse files
authored
Update golang to 1.15.5 for security update
https://groups.google.com/g/golang-announce/c/NpBGTTmKzpM/m/fLguyiM2CAAJ Geth has made this change a high priority. Unsure if LND is affected. I have built LIT docker with 1.15.5 and it seems to run ok. (havent tested lnd, pool, loop) - running to a remote lnd.
1 parent fe60eb4 commit 7840baa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13-alpine as builder
1+
FROM golang:1.15.5-alpine as builder
22

33
# Copy in the local repository to build from.
44
COPY . /go/src/github.com/lightninglabs/lightning-terminal

0 commit comments

Comments
 (0)