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:
stefanlsd 2020-11-17 09:20:35 +02:00 committed by GitHub
parent fe60eb4edd
commit 7840baa7d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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