Skip to content

Commit f8fc096

Browse files
committed
fix celestia binary version
1 parent 0bedb06 commit f8fc096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chains/celestia.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Pre-built release binary is linked against glibc 2.38+ (__isoc23_*); use glibc final stage instead of Alpine.
66
final-base: glibc
77
pre-build: |
8-
wget https://github.com/celestiaorg/celestia-app/releases/download/v7.0.2-mocha/celestia-app_Linux_x86_64.tar.gz
8+
wget https://github.com/celestiaorg/celestia-app/releases/download/${VERSION}/celestia-app_Linux_x86_64.tar.gz
99
tar -xzf celestia-app_Linux_x86_64.tar.gz
1010
mv celestia-appd /go/bin/celestia-appd
1111
chmod +x /go/bin/celestia-appd

0 commit comments

Comments
 (0)