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:
Lakshya Singh
2023-12-01 02:54:42 +05:30
parent eeaac24d54
commit e24d968f27
3 changed files with 3 additions and 3 deletions

View File

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