Skip to content

Commit f5d595b

Browse files
pRizzclaude
andcommitted
chore: update opencode commit to 0c796c56e7234afc9547b9d341ba1e92eeee3f54
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8bf116c commit f5d595b

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="1256fe10cd8254f852dd6233318eac2f197d0634" \
533+
&& OPENCODE_COMMIT="0c796c56e7234afc9547b9d341ba1e92eeee3f54" \
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)