use VLS_GIT_HASH in both dockerfiles

This commit is contained in:
Devrandom
2024-02-21 12:49:43 +01:00
parent 5962a36ae9
commit 07e561b828
2 changed files with 4 additions and 2 deletions

View File

@@ -89,6 +89,7 @@ ARG VLS_GIT_HASH=f8dea081b8d3ba292285266c9b304eb1d32ceaad \
VLS_REPO=https://gitlab.com/lightning-signer/validating-lightning-signer.git
RUN git clone $VLS_REPO vls
RUN cd vls && \
echo building $VLS_GIT_HASH \
git checkout $VLS_GIT_HASH && \
cargo install --path ./vls-proxy --bin remote_hsmd_socket --profile release --root /usr/local/ && \
cargo clean