From 85e15980260fed2e93dda033c57b5bfbb455ce99 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 13:14:22 +0000 Subject: [PATCH] Update dependency NousResearch/hermes-agent to v2026.8.27 --- images/hermes/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/hermes/Dockerfile b/images/hermes/Dockerfile index a6f4510..8996d7f 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.8.16 +ARG HERMES_VERSION=v2026.8.27 LABEL org.opencontainers.image.source="https://github.com/NousResearch/hermes-agent" \ org.opencontainers.image.description="Hermes Agent guest image for Brood Box" \