mirror of
https://github.com/lightninglabs/lightning-terminal.git
synced 2026-08-13 12:33:36 +02:00
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.
This commit is contained in:
parent
fe60eb4edd
commit
7840baa7d9
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.13-alpine as builder
|
||||
FROM golang:1.15.5-alpine as builder
|
||||
|
||||
# Copy in the local repository to build from.
|
||||
COPY . /go/src/github.com/lightninglabs/lightning-terminal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue