mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-23 00:04:57 +02:00
tools: fix docker version
This commit is contained in:
@@ -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
|
check](https://github.com/lightningnetwork/lnd/pull/7114) for all non-PR
|
||||||
events.
|
events.
|
||||||
|
|
||||||
|
* Fixed docker image version used in
|
||||||
|
[`tools`](https://github.com/lightningnetwork/lnd/pull/7254).
|
||||||
|
|
||||||
### Integration test
|
### Integration test
|
||||||
|
|
||||||
The `lntest` has been
|
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
|
RUN apt-get update && apt-get install -y git
|
||||||
ENV GOCACHE=/tmp/build/.cache
|
ENV GOCACHE=/tmp/build/.cache
|
||||||
|
Reference in New Issue
Block a user