Skip to content

Commit

Permalink
Merge pull request #67 from rollkit/v11
Browse files Browse the repository at this point in the history
upgrade to v11
  • Loading branch information
gupadhyaya authored Oct 17, 2023
2 parents 2fd64a0 + 0277428 commit 0773a23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.0.0-rc14 AS celestia-app
FROM ghcr.io/celestiaorg/celestia-app:v1.1.0 AS celestia-app

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

USER root

Expand Down
3 changes: 1 addition & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,4 @@ echo "WARNING: Keep this auth token secret **DO NOT** log this auth token outsid
celestia bridge start \
--node.store $NODE_PATH --gateway \
--core.ip 127.0.0.1 \
--keyring.accname validator \
--gateway.deprecated-endpoints
--keyring.accname validator

0 comments on commit 0773a23

Please sign in to comment.