From 5b0a7d9bc26c6828af83134b1e74a2692c752128 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 15:08:15 +0000 Subject: [PATCH] chore(deps): update ghcr.io/tankdonut/tools:latest docker digest to 94bba70 --- build/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Containerfile b/build/Containerfile index d20bc3d..d702ec6 100644 --- a/build/Containerfile +++ b/build/Containerfile @@ -13,7 +13,7 @@ # opencode-harness:latest - current default # ============================================ -FROM ghcr.io/tankdonut/tools:latest@sha256:2c51710b273f1f4353d8da29b94a2d13077099a4ba2fd429a56001ad38351321 AS tools +FROM ghcr.io/tankdonut/tools:latest@sha256:94bba70db15e6a8792a0eb551317a007be86f1c76476cefb919c23d8d6f4840d AS tools FROM docker.io/library/ubuntu:26.04