From a79f0610ecef9249db4d8a1539f531e449c399e3 Mon Sep 17 00:00:00 2001 From: Hermes Date: Tue, 7 Jul 2026 20:50:02 -0400 Subject: [PATCH] fix: update openconcho SHA (cast metadata.name to string) --- ai/honcho/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai/honcho/Dockerfile b/ai/honcho/Dockerfile index ab57de7..dc6d03a 100644 --- a/ai/honcho/Dockerfile +++ b/ai/honcho/Dockerfile @@ -30,7 +30,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate WORKDIR /app RUN apt-get update && apt-get install -y git openssh-client && rm -rf /var/lib/apt/lists/** -ARG OPENCONCHO_SHA=9d32d32d38b8d28345ef43735ca464d7cde5a6cf +ARG OPENCONCHO_SHA=97ec6ccbae41eb811731917ec3503dcbfba6a91c RUN mkdir -p -m 0700 ~/.ssh && ssh-keyscan -p 2222 code.lazyworkhorse.net >> ~/.ssh/known_hosts 2>/dev/null RUN --mount=type=ssh git clone --depth 1 ssh://git@code.lazyworkhorse.net:2222/gortium/openconcho.git /app && \ git -C /app fetch --depth 1 origin ${OPENCONCHO_SHA} && \