From 7b05a145151d9d49d1c6ab85d3e19ddec1109b61 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Thu, 30 Jul 2026 07:51:24 +0000 Subject: [PATCH] drpc: bump default dshackle image to 0.79.11-ss2 ss1 shipped without drpcorg public-submodule resources and crash-loops at boot (compatible-clients.yaml missing); ss2 is the boot-verified fix. Co-authored-by: Cursor --- 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 4dee0310..bf9dd0d2 100644 --- a/drpc-free.yml +++ b/drpc-free.yml @@ -1,6 +1,6 @@ services: dshackle-free: - image: ${DSHACKLE_IMAGE:-stakesquid/dshackle:0.79.11-ss1@sha256:09ecccf22355d34217bf3461771c6f8ae76f60177a9c9416b8708659b3875fe1} + image: ${DSHACKLE_IMAGE:-stakesquid/dshackle:0.79.11-ss2@sha256:624866381b672e051042f4f383fb19af1d9d4e508929ac92b2d70db3212ead92} restart: unless-stopped volumes: - ./free_configs:/etc/dshackle diff --git a/drpc.yml b/drpc.yml index 4e1fd3d8..18847856 100644 --- a/drpc.yml +++ b/drpc.yml @@ -23,7 +23,7 @@ services: sleep 10; done' dshackle: - image: ${DSHACKLE_IMAGE:-stakesquid/dshackle:0.79.11-ss1@sha256:09ecccf22355d34217bf3461771c6f8ae76f60177a9c9416b8708659b3875fe1} + image: ${DSHACKLE_IMAGE:-stakesquid/dshackle:0.79.11-ss2@sha256:624866381b672e051042f4f383fb19af1d9d4e508929ac92b2d70db3212ead92} restart: unless-stopped volumes: - ./main_configs:/etc/dshackle