Skip to content

Commit

Permalink
Merge pull request #45 from rollkit/rc5-upgrade
Browse files Browse the repository at this point in the history
upgrading to rc5
  • Loading branch information
gupadhyaya authored Jun 27, 2023
2 parents 8b8214a + 90b0536 commit f7362d0
Show file tree
Hide file tree
Showing 2 changed files with 4 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:0.13.3 AS celestia-app
FROM ghcr.io/celestiaorg/celestia-app:v1.0.0-rc5 AS celestia-app

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

USER root

Expand Down
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,5 @@ celestia bridge init --node.store /bridge
celestia bridge start \
--node.store /bridge --gateway \
--core.ip 127.0.0.1 \
--keyring.accname validator
--keyring.accname validator \
--gateway.deprecated-endpoints

0 comments on commit f7362d0

Please sign in to comment.