Merge pull request #287 from tdickman/docker-go-1-13

Upgrade docker image to golang 1.13
pull/292/head
Carla Kirk-Cohen 4 years ago committed by GitHub
commit a41b7c8ddd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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