Skip to content

Commit 6cfaebd

Browse files
pRizzclaude
andcommitted
Update opencode submodule and OPENCODE_COMMIT pin
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 639906b commit 6cfaebd

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
@@ -553,7 +553,7 @@ COPY --chown=opencoder:opencoder packages/opencode /tmp/opencode-local
553553
# Update it by running: ./scripts/update-opencode-commit.sh
554554
RUN set -eux; \
555555
OPENCODE_COMMIT_OVERRIDE="${OPENCODE_COMMIT:-}"; \
556-
OPENCODE_COMMIT="ba669d0d68d36063852e29cf640f9baeb26e14be"; \
556+
OPENCODE_COMMIT="c07c9b9e9579651831eb8295db5227b8fcef1071"; \
557557
if [ -n "${OPENCODE_COMMIT_OVERRIDE}" ]; then OPENCODE_COMMIT="${OPENCODE_COMMIT_OVERRIDE}"; fi; \
558558
rm -rf /tmp/opencode-repo; \
559559
if [ "${OPENCODE_SOURCE}" = "local" ]; then \

packages/opencode

Submodule opencode updated 69 files

0 commit comments

Comments
 (0)