From f6e25f069affa60c2d284ea64b922c8885e90b67 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Fri, 3 Jul 2026 22:56:24 +0100 Subject: [PATCH] bump shovel to 4143 Latest commit-tagged image on Docker Hub (no release tags after 1.6); picks up the Nov 2024 reorg pg tx fix and Sept 2025 dig panic fix. Co-Authored-By: Claude Fable 5 --- shovel/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shovel/Dockerfile b/shovel/Dockerfile index 818ea0c..1868f87 100644 --- a/shovel/Dockerfile +++ b/shovel/Dockerfile @@ -1,3 +1,4 @@ -FROM indexsupply/shovel:1.6 +# Commit-tagged image (indexsupply/shovel@414382aa, 2026-01-11) — no release tags after 1.6. +FROM indexsupply/shovel:4143 COPY config.json . CMD shovel -config config.json -l :$PORT