From b4c84befd3d9c8d6d0729b75a8afd505ec8cf0be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 05:28:33 +0000 Subject: [PATCH] chore(deps): update ghcr.io/tankdonut/tools:latest docker digest to 864900d --- build/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Containerfile b/build/Containerfile index f3e4275..d2a4bc2 100644 --- a/build/Containerfile +++ b/build/Containerfile @@ -13,7 +13,7 @@ # opencode-harness:latest - current default # ============================================ -FROM ghcr.io/tankdonut/tools:latest@sha256:bfe31b871617b2cdffded8134b3f946ae2003571e3d1e6d7cedde4257cf1cef7 AS tools +FROM ghcr.io/tankdonut/tools:latest@sha256:864900d49ffc6cf06525efc6e9635bd76e3a0c7ea52d3193f5f5cbc34658d90d AS tools FROM docker.io/library/ubuntu:26.04