use newer image

This commit is contained in:
Petar Radovic
2026-04-09 13:18:54 +02:00
parent 359619ad14
commit b7ba2daa97
4 changed files with 39 additions and 41 deletions
@@ -14,7 +14,4 @@ export CFG_FILE_PATH="/config.yaml" \
# Download deployment settings generated by cfgsync
curl -sf "${CFG_SERVER_ADDR}/deployment-settings" -o /deployment-settings.yaml
# Force storage_gas_price to 0 so altruistic inscription txs are accepted
sed -i 's/storage_gas_price: [0-9]*/storage_gas_price: 0/' /deployment-settings.yaml
exec /usr/bin/logos-blockchain-node /config.yaml --deployment /deployment-settings.yaml