Skip to content

Commit b6c5319

Browse files
pRizzclaude
andcommitted
fix: bump opencode submodule — fix oauth-browser test race condition on macOS CI
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 11c9cb2 commit b6c5319

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="b40a0a2b15a76e74292f0661689d294bc237a343"; \
528+
OPENCODE_COMMIT="efa4328214df5adefce315d86bfafbbfebd885ac"; \
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 \

0 commit comments

Comments
 (0)