mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
Fixed dockerfile by adding version numbers to base containers
This commit is contained in:
parent
fb565bcd5d
commit
d9e0f6c220
@ -1,4 +1,4 @@
|
||||
FROM golang:alpine as builder
|
||||
FROM golang:1.13-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.
|
||||
@ -34,4 +34,3 @@ EXPOSE 9735 10009
|
||||
|
||||
# Specify the start command and entrypoint as the lnd daemon.
|
||||
ENTRYPOINT ["lnd"]
|
||||
CMD ["lnd"]
|
||||
|
Loading…
Reference in New Issue
Block a user