From ad86a8cb4b7283437fd54898813753c87f9e132e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2026 01:58:21 +0000 Subject: [PATCH] chore(deps): update ghcr.io/tankdonut/tools:latest docker digest to fcda514 --- build/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Containerfile b/build/Containerfile index c0fe9d7..9789c99 100644 --- a/build/Containerfile +++ b/build/Containerfile @@ -13,7 +13,7 @@ # opencode-harness:latest - current default # ============================================ -FROM ghcr.io/tankdonut/tools:latest@sha256:ddfb3c8ac574fa9a0b6597b6728f825d383603a38966ff9bbacd38c45ac60d9e AS tools +FROM ghcr.io/tankdonut/tools:latest@sha256:fcda5149f63c8529e53487e953c7549c5d876cb18b634e456c716e5d37c7c50a AS tools FROM docker.io/library/ubuntu:26.04