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
No known key found for this signature in database
GPG Key ID: D3239BA6109A2CE7
3 changed files with 3 additions and 3 deletions

View File

@ -85,7 +85,7 @@ RUN apk update && \
protobuf-dev \
rust
ARG VLS_GIT_HASH=af02dac8b855c361d74234387d288a9591fad1d5 \
ARG VLS_GIT_HASH=59544fd5b15658643acebdaf18886022db3d1071 \
VLS_REPO=https://gitlab.com/lightning-signer/validating-lightning-signer.git
RUN git clone $VLS_REPO vls
RUN cd vls && \

View File

@ -9,7 +9,7 @@ RUN apk update && \
rust \
cargo
ARG TXOO_GIT_HASH=528fa92e5def1b6cc19127f2242137bf6f13550d
ARG TXOO_GIT_HASH=1cfeecf5f806a04a12c97ca17c39566a1a24e732
ARG TXOO_REPO=https://gitlab.com/lightning-signer/txoo.git
RUN git clone --recurse-submodules $TXOO_REPO
RUN cd txoo && \

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