dockerfile: update commit hash
- clboss main - c-lightning vls-hsmd - plugins main - vls vls-hsmd Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
parent
3caf86bed8
commit
558cdd18bb
@ -27,7 +27,7 @@ RUN apk update && \
|
||||
zlib-dev \
|
||||
zlib-static
|
||||
|
||||
ARG CORE_LIGHTNING_GIT_HASH=bd9494c65be09e6f8ecb3bc49b50a859467a65fe \
|
||||
ARG CORE_LIGHTNING_GIT_HASH=94884de737043d906c791f2f348f9416307fa2b2 \
|
||||
CORE_LIGHTNING_REPO=https://github.com/lightning-signer/c-lightning.git
|
||||
RUN git clone --recursive $CORE_LIGHTNING_REPO core-lightning
|
||||
RUN cd core-lightning && \
|
||||
@ -37,7 +37,7 @@ RUN cd core-lightning && \
|
||||
make -j $(nproc) install && \
|
||||
make clean
|
||||
|
||||
ARG PLUGINS_GIT_HASH=ce078bb74e10b5dea779fcd9fbe77e1d3e72db7a \
|
||||
ARG PLUGINS_GIT_HASH=cf96eb63c1687644042ea85acfd3785527fd98d4 \
|
||||
PLUGINS_REPO=https://github.com/lightningd/plugins.git
|
||||
RUN git clone $PLUGINS_REPO
|
||||
RUN cd plugins && \
|
||||
@ -60,7 +60,7 @@ RUN apk update && \
|
||||
pkgconf \
|
||||
sqlite-dev
|
||||
|
||||
ARG CLBOSS_GIT_HASH=9c050d61f01ffff4b7b5d295f708569dd71b55d3 \
|
||||
ARG CLBOSS_GIT_HASH=0673c50e7374ea8f5cb7e302f72b7978c6bd1794 \
|
||||
CLBOSS_REPO=https://github.com/ZmnSCPxj/clboss.git
|
||||
RUN git clone --recurse-submodules $CLBOSS_REPO clboss
|
||||
RUN cd clboss && \
|
||||
@ -85,7 +85,7 @@ RUN apk update && \
|
||||
protobuf-dev \
|
||||
rust
|
||||
|
||||
ARG VLS_GIT_HASH=59544fd5b15658643acebdaf18886022db3d1071 \
|
||||
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 && \
|
||||
|
@ -12,7 +12,7 @@ RUN apk update && \
|
||||
protobuf-dev \
|
||||
rust
|
||||
|
||||
ARG GIT_HASH=59544fd5b15658643acebdaf18886022db3d1071
|
||||
ARG GIT_HASH=f8dea081b8d3ba292285266c9b304eb1d32ceaad
|
||||
RUN git clone https://gitlab.com/lightning-signer/validating-lightning-signer.git vls
|
||||
RUN cd vls && \
|
||||
git checkout $GIT_HASH && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user