mirror of
https://github.com/lightninglabs/loop.git
synced 2026-08-13 12:33:03 +02:00
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:
parent
fb5d374a1d
commit
2f6973296c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue