shibarium: set heimdall CL_VERSION to v1.0.7-bone in cometbft.Dockerfile

This commit is contained in:
2026-06-19 11:20:45 +00:00
parent efcb1f451a
commit 65695472f1

View File

@@ -10,7 +10,7 @@
# the node before exec'ing heimdalld start.
ARG CL_IMAGE=shibaone/heimdall
ARG CL_VERSION=TODO_VERIFY_VERSION
ARG CL_VERSION=v1.0.7-bone
FROM ${CL_IMAGE}:${CL_VERSION}