From c148e34ecab04dc775f084708c4245bdf1b2e50a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:03:45 +0000 Subject: [PATCH] Update dependency NousResearch/hermes-agent to v2026.8.13 --- images/hermes/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/hermes/Dockerfile b/images/hermes/Dockerfile index 1f8d330..13e4c2f 100644 --- a/images/hermes/Dockerfile +++ b/images/hermes/Dockerfile @@ -11,7 +11,7 @@ FROM ${BASE_IMAGE} # Pin to a calendar-versioned Hermes Agent tag. Bump deliberately; releases # are roughly weekly. Override with --build-arg HERMES_VERSION=... for dev. # renovate: datasource=github-tags depName=NousResearch/hermes-agent -ARG HERMES_VERSION=v2026.7.30 +ARG HERMES_VERSION=v2026.8.13 LABEL org.opencontainers.image.source="https://github.com/NousResearch/hermes-agent" \ org.opencontainers.image.description="Hermes Agent guest image for Brood Box" \