tools: fix docker version

This commit is contained in:
yyforyongyu 2022-12-15 16:03:55 +08:00
parent 8a18824851
commit 601cf60070
No known key found for this signature in database
GPG Key ID: 9BCD95C4FF296868
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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