Skip to content

Commit 80cfb7a

Browse files
chore: update opencode commit
1 parent ad3d758 commit 80cfb7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ COPY --chown=opencoder:opencoder packages/opencode /tmp/opencode-local
528528
# - Keep explicit cleanup as a defensive fallback even when cache mounts are used.
529529
RUN OPENCODE_COMMIT_OVERRIDE="${OPENCODE_COMMIT:-}" \
530530
&& OPENCODE_LOCAL_REF="${OPENCODE_LOCAL_REF:-local-unknown}" \
531-
&& OPENCODE_COMMIT="6c54a68a4da62c40251eb80c3ab0da2d2556a53e" \
531+
&& OPENCODE_COMMIT="319583adbf0b3f5d9c8ce997fbfb6f4f3a24838d" \
532532
&& if [ -n "${OPENCODE_COMMIT_OVERRIDE}" ]; then OPENCODE_COMMIT="${OPENCODE_COMMIT_OVERRIDE}"; fi \
533533
&& rm -rf /tmp/opencode-repo \
534534
&& if [ "${OPENCODE_SOURCE}" = "local" ]; then \

0 commit comments

Comments
 (0)