Skip to content

Commit cad3ea2

Browse files
pRizzclaude
andcommitted
chore(opencode): bump submodule for test.yml CI fixes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 769c8b8 commit cad3ea2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/src/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ COPY --chown=opencoder:opencoder packages/opencode /tmp/opencode-local
525525
# Update it by running: ./scripts/update-opencode-commit.sh
526526
RUN set -eux; \
527527
OPENCODE_COMMIT_OVERRIDE="${OPENCODE_COMMIT:-}"; \
528-
OPENCODE_COMMIT="a26038a9bc12f0bdb2dc6e2b97238b3778a919f9"; \
528+
OPENCODE_COMMIT="7381617b079260b56c44df7cd231e21d62d80bcd"; \
529529
if [ -n "${OPENCODE_COMMIT_OVERRIDE}" ]; then OPENCODE_COMMIT="${OPENCODE_COMMIT_OVERRIDE}"; fi; \
530530
rm -rf /tmp/opencode-repo; \
531531
if [ "${OPENCODE_SOURCE}" = "local" ]; then \

packages/opencode

0 commit comments

Comments
 (0)