Skip to content

Commit 9c4c662

Browse files
committed
chore(opencode): update OPENCODE_COMMIT to latest version 665b983
1 parent 9eb20d8 commit 9c4c662

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
@@ -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="b39d756f590ce2db819e18afd846e0cdc94dbc44"; \
528+
OPENCODE_COMMIT="665b98380a9d17795df11a49a19999b30d084af0"; \
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)