Skip to content

Commit ab3635a

Browse files
chore: update opencode commit
1 parent 0b21b78 commit ab3635a

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
@@ -550,7 +550,7 @@ RUN --mount=type=cache,target=/home/opencoder/.bun/install/cache,uid=1000,gid=10
550550
--mount=type=cache,id=cargo-target-broker-${TARGETARCH},target=/tmp/cargo-target-broker,uid=1000,gid=1000,mode=0755 \
551551
OPENCODE_COMMIT_OVERRIDE="${OPENCODE_COMMIT:-}" \
552552
&& OPENCODE_LOCAL_REF="${OPENCODE_LOCAL_REF:-local-unknown}" \
553-
&& OPENCODE_COMMIT="826faba977006e84012ad208cc7b0e119d1160e8" \
553+
&& OPENCODE_COMMIT="855b861e2210430b15de1bbc7c9cdb0dd623af35" \
554554
&& if [ -n "${OPENCODE_COMMIT_OVERRIDE}" ]; then OPENCODE_COMMIT="${OPENCODE_COMMIT_OVERRIDE}"; fi \
555555
&& rm -rf /tmp/opencode-repo \
556556
&& if [ "${OPENCODE_SOURCE}" = "local" ]; then \

0 commit comments

Comments
 (0)