mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
docker: update to latest golang base image
This commit is contained in:
parent
71c19b480d
commit
e68c0bf18f
@ -1,4 +1,4 @@
|
||||
FROM golang:1.14.5-alpine as builder
|
||||
FROM golang:1.15.6-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.
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.13-alpine as builder
|
||||
FROM golang:1.15.6-alpine as builder
|
||||
|
||||
LABEL maintainer="Olaoluwa Osuntokun <laolu@lightning.engineering>"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user