From fa05752e578f29f207ab73dd8ea1f89eee8441d6 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Mon, 20 Apr 2026 04:53:53 +0000 Subject: [PATCH] Update Dshackle to v0.75.21 - Update drpcorg/dshackle from 0.75.17 to 0.75.21 - Required for Tron network support - Updates both drpc.yml and drpc-free.yml Co-Authored-By: Claude Agent --- drpc-free.yml | 2 +- drpc.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drpc-free.yml b/drpc-free.yml index 59d2c150..ab94d988 100644 --- a/drpc-free.yml +++ b/drpc-free.yml @@ -1,6 +1,6 @@ services: dshackle-free: - image: drpcorg/dshackle:0.75.17 + image: drpcorg/dshackle:0.75.21 restart: unless-stopped volumes: - ./free_configs:/etc/dshackle diff --git a/drpc.yml b/drpc.yml index cae89bfe..76cb4b20 100644 --- a/drpc.yml +++ b/drpc.yml @@ -1,6 +1,6 @@ services: dshackle: - image: drpcorg/dshackle:0.75.17 + image: drpcorg/dshackle:0.75.21 restart: unless-stopped volumes: - ./main_configs:/etc/dshackle