dockerfile: update vls & txoo git hash
- fix for latest rust vls - txoo fix block_iterator update Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
@@ -12,7 +12,7 @@ RUN apk update && \
|
||||
protobuf-dev \
|
||||
rust
|
||||
|
||||
ARG GIT_HASH=af02dac8b855c361d74234387d288a9591fad1d5
|
||||
ARG GIT_HASH=59544fd5b15658643acebdaf18886022db3d1071
|
||||
RUN git clone https://gitlab.com/lightning-signer/validating-lightning-signer.git vls
|
||||
RUN cd vls && \
|
||||
git checkout $GIT_HASH && \
|
||||
|
||||
Reference in New Issue
Block a user