Skip to content

Commit f56b443

Browse files
pRizzclaude
andcommitted
chore: update opencode commit to 1256fe10cd8254f852dd6233318eac2f197d0634
Includes: - fix(ci): disable husky pre-push hook in sync-upstream pushes - test(broker): skip PTY tests gracefully on any allocation error Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent a685db2 commit f56b443

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
@@ -530,7 +530,7 @@ COPY --chown=opencoder:opencoder packages/opencode /tmp/opencode-local
530530
# - Keep explicit cleanup as a defensive fallback even when cache mounts are used.
531531
RUN OPENCODE_COMMIT_OVERRIDE="${OPENCODE_COMMIT:-}" \
532532
&& OPENCODE_LOCAL_REF="${OPENCODE_LOCAL_REF:-local-unknown}" \
533-
&& OPENCODE_COMMIT="a2b71f639bd2a941fc8e5e65d8c4853cf139ed08" \
533+
&& OPENCODE_COMMIT="1256fe10cd8254f852dd6233318eac2f197d0634" \
534534
&& if [ -n "${OPENCODE_COMMIT_OVERRIDE}" ]; then OPENCODE_COMMIT="${OPENCODE_COMMIT_OVERRIDE}"; fi \
535535
&& rm -rf /tmp/opencode-repo \
536536
&& if [ "${OPENCODE_SOURCE}" = "local" ]; then \

0 commit comments

Comments
 (0)