vls: use v0.11.0-rc.2 candidate

Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
Lakshya Singh 2024-02-21 20:24:44 +05:30
parent df33aad576
commit 6212e2f56f
No known key found for this signature in database
GPG Key ID: D3239BA6109A2CE7
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -12,7 +12,7 @@ RUN apk update && \
protobuf-dev \ protobuf-dev \
rust rust
ARG VLS_GIT_HASH=f8dea081b8d3ba292285266c9b304eb1d32ceaad ARG VLS_GIT_HASH=3abcd9525ff8da751a4a450ea40753f8bfbb80dd
RUN git clone https://gitlab.com/lightning-signer/validating-lightning-signer.git vls RUN git clone https://gitlab.com/lightning-signer/validating-lightning-signer.git vls
RUN cd vls && \ RUN cd vls && \
echo building $VLS_GIT_HASH \ echo building $VLS_GIT_HASH \