We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bedb06 commit f8fc096Copy full SHA for f8fc096
1 file changed
chains/celestia.yaml
@@ -5,7 +5,7 @@
5
# Pre-built release binary is linked against glibc 2.38+ (__isoc23_*); use glibc final stage instead of Alpine.
6
final-base: glibc
7
pre-build: |
8
- wget https://github.com/celestiaorg/celestia-app/releases/download/v7.0.2-mocha/celestia-app_Linux_x86_64.tar.gz
+ wget https://github.com/celestiaorg/celestia-app/releases/download/${VERSION}/celestia-app_Linux_x86_64.tar.gz
9
tar -xzf celestia-app_Linux_x86_64.tar.gz
10
mv celestia-appd /go/bin/celestia-appd
11
chmod +x /go/bin/celestia-appd
0 commit comments