Skip to content

Commit

Permalink
update runtime version and build node (#42)
Browse files Browse the repository at this point in the history
update the runtime version
  • Loading branch information
dmikey authored Mar 1, 2023
1 parent 8ffdc1e commit 629dc0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -o ./gomplate -sSL https://github.com/hairyhenderson/gomplate/releases/
RUN chmod 755 gomplate

# get the runtime
RUN curl -o ./runtime.tar.gz -sSL https://github.com/blocklessnetwork/runtime/releases/download/v0.0.7/blockless-runtime.linux-latest.x86_64.tar.gz
RUN curl -o ./runtime.tar.gz -sSL https://github.com/blocklessnetwork/runtime/releases/download/v0.0.12/blockless-runtime.linux-latest.x86_64.tar.gz
RUN mkdir /app/runtime && tar -xvkf ./runtime.tar.gz -C /app/runtime

# install blockchain client
Expand Down Expand Up @@ -43,4 +43,4 @@ ENV KEY_PASSWORD=""
ENV CHAIN_RPC_NODE="http://0.0.0.0:26657"

## run script
ENTRYPOINT ["/app/run.sh"]
ENTRYPOINT ["/app/run.sh"]

0 comments on commit 629dc0e

Please sign in to comment.