From 3c910ee8680231bebca366e187caa7c71c636e5a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 05:57:06 +0000 Subject: [PATCH] chore(deps): update ghcr.io/tankdonut/tools:latest docker digest to 5aac1b2 --- build/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Containerfile b/build/Containerfile index 089d355..13e821c 100644 --- a/build/Containerfile +++ b/build/Containerfile @@ -13,7 +13,7 @@ # opencode-harness:latest - current default # ============================================ -FROM ghcr.io/tankdonut/tools:latest@sha256:27cba16a6d4fd0c48f744231327476c4c5b9e825e56cce5ed6ca13f23c78d4f9 AS tools +FROM ghcr.io/tankdonut/tools:latest@sha256:5aac1b22c464db615a840ed79be42a74c34255a72016c7bef0b443aff225af2f AS tools FROM docker.io/library/ubuntu:26.04