feat: fix git commit hash for repos
Signed-off-by: Lakshya Singh <lakshay.singh1108@gmail.com>
This commit is contained in:
@@ -10,8 +10,10 @@ RUN apk update && \
|
||||
|
||||
RUN apk add cargo
|
||||
|
||||
ARG GIT_HASH=528fa92e5def1b6cc19127f2242137bf6f13550d
|
||||
RUN git clone --recurse-submodules https://gitlab.com/lightning-signer/txoo.git && \
|
||||
cd txoo && \
|
||||
git checkout $GIT_HASH && \
|
||||
cargo build --release -p txood
|
||||
|
||||
# txoo runner
|
||||
@@ -35,4 +37,4 @@ RUN chmod +x /entrypoint.sh
|
||||
VOLUME ["/root/.txoo/"]
|
||||
|
||||
ENTRYPOINT ["/entrypoint.sh"]
|
||||
CMD ["txood"]
|
||||
CMD ["txood"]
|
||||
|
||||
Reference in New Issue
Block a user