Skip to content

Commit 2f69732

Browse files
committed
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.
1 parent fb5d374 commit 2f69732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12-alpine as builder
1+
FROM golang:1.13-alpine as builder
22

33
# Copy in the local repository to build from.
44
COPY . /go/src/github.com/lightningnetwork/loop

0 commit comments

Comments
 (0)