mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 01:43:16 +01:00
tools: fix docker version
This commit is contained in:
parent
8a18824851
commit
601cf60070
@ -294,6 +294,9 @@ certain large transactions](https://github.com/lightningnetwork/lnd/pull/7100).
|
||||
check](https://github.com/lightningnetwork/lnd/pull/7114) for all non-PR
|
||||
events.
|
||||
|
||||
* Fixed docker image version used in
|
||||
[`tools`](https://github.com/lightningnetwork/lnd/pull/7254).
|
||||
|
||||
### Integration test
|
||||
|
||||
The `lntest` has been
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM golang:1.19.2-buster
|
||||
FROM golang:1.19
|
||||
|
||||
RUN apt-get update && apt-get install -y git
|
||||
ENV GOCACHE=/tmp/build/.cache
|
||||
|
Loading…
Reference in New Issue
Block a user