Skip to content

Commit

Permalink
update node and app versions to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Ganesha Upadhyaya authored and Ganesha Upadhyaya committed Oct 31, 2023
1 parent 0773a23 commit 865d708
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/celestiaorg/celestia-app:v1.1.0 AS celestia-app
FROM ghcr.io/celestiaorg/celestia-app:v1.3.0 AS celestia-app

FROM ghcr.io/celestiaorg/celestia-node:v0.11.0
FROM ghcr.io/celestiaorg/celestia-node:v0.12.0

USER root

Expand Down
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,7 @@ export CELESTIA_NODE_AUTH_TOKEN=$(celestia bridge auth admin --node.store ${NODE
echo "WARNING: Keep this auth token secret **DO NOT** log this auth token outside of development. CELESTIA_NODE_AUTH_TOKEN=$CELESTIA_NODE_AUTH_TOKEN"
celestia bridge start \
--node.store $NODE_PATH --gateway \
--core.ip 127.0.0.1 \
# --core.ip 127.0.0.1 \
# --core.ip rpc-mocha.pops.one:26657 \
# --core.rpc.port 9090 \
--keyring.accname validator

0 comments on commit 865d708

Please sign in to comment.