diff --git a/.github/workflows/docker-build-publish.yml b/.github/workflows/docker-build-publish.yml index cd0e5c6..0ddebbd 100644 --- a/.github/workflows/docker-build-publish.yml +++ b/.github/workflows/docker-build-publish.yml @@ -17,6 +17,6 @@ jobs: permissions: contents: write packages: write - uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.1.1 # yamllint disable-line rule:line-length + uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.2.0 # yamllint disable-line rule:line-length with: - dockerfile: Dockerfile \ No newline at end of file + dockerfile: Dockerfile diff --git a/Dockerfile b/Dockerfile index 4a5f6c6..ac52231 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM ghcr.io/celestiaorg/celestia-app:0.13.3 AS celestia-app +FROM ghcr.io/celestiaorg/celestia-app:0.13.2 AS celestia-app -FROM ghcr.io/celestiaorg/celestia-node:v0.10.4 +FROM ghcr.io/celestiaorg/celestia-node:v0.9.5 USER root diff --git a/entrypoint.sh b/entrypoint.sh index f616caa..2d91041 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -CHAINID="test" +CHAINID="private" rm -rf /root/.celestia-app @@ -43,7 +43,7 @@ while [ "${#GENESIS}" -le 4 -a $CNT -ne $MAX ]; do sleep 1 done -export CELESTIA_CUSTOM=test:$GENESIS +export CELESTIA_CUSTOM=private:$GENESIS echo $CELESTIA_CUSTOM celestia bridge init --node.store /bridge