diff --git a/ai/honcho/Dockerfile b/ai/honcho/Dockerfile index a0c804a..9407eea 100644 --- a/ai/honcho/Dockerfile +++ b/ai/honcho/Dockerfile @@ -30,8 +30,8 @@ RUN corepack enable && corepack prepare pnpm@latest --activate WORKDIR /app RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/* -ARG OPENCONCHO_SHA=e490d911fcb27ee193558fd9a28856cde2057665 -RUN git clone --depth 1 https://github.com/offendingcommit/openconcho.git /app && \ +ARG OPENCONCHO_SHA=3b5c3293fc18d768dbe85285264a8d66c896bd81 +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} && \ git -C /app checkout ${OPENCONCHO_SHA}