mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-03-04 01:36:24 +01:00
build: bump Dockerfile Go version to 1.14.5
This commit is contained in:
parent
26cff10c19
commit
6d815379d4
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM golang:1.13-alpine as builder
|
||||
FROM golang:1.14.5-alpine as builder
|
||||
|
||||
# Force Go to use the cgo based DNS resolver. This is required to ensure DNS
|
||||
# queries required to connect to linked containers succeed.
|
||||
|
|
Loading…
Add table
Reference in a new issue