Skip to content

Commit 9861ccb

Browse files
pRizzclaude
andcommitted
chore: bump opencode submodule — fix PAM test failures in CI
Picks up 36c93e33b which disables auth in test/preload.ts so unit tests no longer depend on /etc/pam.d/opencode existing on the host. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a884c2d commit 9861ccb

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="4e17ce08f5002f376e3d5db033f18c853c69a4f7"; \
528+
OPENCODE_COMMIT="36c93e33b513e869d8e4fb9eb64a35fa0af6cdac"; \
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)