From 6bd7b35ae08f7aa098d3bdd185c7712e516f3d02 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Wed, 28 Jan 2026 21:11:02 +0000 Subject: [PATCH] Update versions: dshackle 0.75.1, haqq v1.9.2, rippled 3.1.0 Co-Authored-By: Claude Agent --- drpc-free.yml | 2 +- drpc.yml | 2 +- haqq/haqq/haqq-mainnet-haqq-pruned.yml | 2 +- ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drpc-free.yml b/drpc-free.yml index 4e2e9837..ebf875bb 100644 --- a/drpc-free.yml +++ b/drpc-free.yml @@ -1,6 +1,6 @@ services: dshackle-free: - image: drpcorg/dshackle:0.74.1 + image: drpcorg/dshackle:0.75.1 restart: unless-stopped volumes: - ./free_configs:/etc/dshackle diff --git a/drpc.yml b/drpc.yml index 38521fff..9ab52b24 100644 --- a/drpc.yml +++ b/drpc.yml @@ -1,6 +1,6 @@ services: dshackle: - image: drpcorg/dshackle:0.74.1 + image: drpcorg/dshackle:0.75.1 restart: unless-stopped volumes: - ./main_configs:/etc/dshackle diff --git a/haqq/haqq/haqq-mainnet-haqq-pruned.yml b/haqq/haqq/haqq-mainnet-haqq-pruned.yml index 69c97e3e..19388da2 100644 --- a/haqq/haqq/haqq-mainnet-haqq-pruned.yml +++ b/haqq/haqq/haqq-mainnet-haqq-pruned.yml @@ -34,7 +34,7 @@ services: context: ./haqq dockerfile: haqq.Dockerfile args: - HAQQ_HAQQ_VERSION: ${HAQQ_MAINNET_HAQQ_VERSION:-v1.9.1} + HAQQ_HAQQ_VERSION: ${HAQQ_MAINNET_HAQQ_VERSION:-v1.9.2} HAQQ_HAQQ_IMAGE: ${HAQQ_MAINNET_HAQQ_IMAGE:-alhaqq/haqq} sysctls: # TCP Performance diff --git a/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml b/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml index 9ca2342e..526999fd 100644 --- a/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml +++ b/ripple/rippled/ripple-mainnet-rippled-pruned-nudb.yml @@ -30,7 +30,7 @@ x-logging-defaults: &logging-defaults services: ripple-mainnet: - image: ${RIPPLE_RIPPLED_IMAGE:-xrpllabsofficial/xrpld}:${RIPPLE_MAINNET_RIPPLED_VERSION:-3.0.0} + image: ${RIPPLE_RIPPLED_IMAGE:-xrpllabsofficial/xrpld}:${RIPPLE_MAINNET_RIPPLED_VERSION:-3.1.0} sysctls: # TCP Performance net.ipv4.tcp_slow_start_after_idle: 0 # Disable slow start after idle