Upgrade docker image to golang 1.13

Building the docker image currently fails due to a module that requires
a minimum golang version of 1.13.
This commit is contained in:
Tom Dickman 2020-09-04 11:04:59 -04:00
parent fb5d374a1d
commit 2f6973296c
No known key found for this signature in database
GPG key ID: C885385D2534EF87

View file

@ -1,4 +1,4 @@
FROM golang:1.12-alpine as builder
FROM golang:1.13-alpine as builder
# Copy in the local repository to build from.
COPY . /go/src/github.com/lightningnetwork/loop