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.
pull/287/head
Tom Dickman 4 years ago
parent fb5d374a1d
commit 2f6973296c
No known key found for this signature in database
GPG Key ID: C885385D2534EF87

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

Loading…
Cancel
Save