Skip to content

Commit 4b4c151

Browse files
committed
chore(docker): update OPENCODE_COMMIT to new hash
Bumps the OPENCODE_COMMIT in the Dockerfile to the latest commit hash for improved stability and features.
1 parent 4047cda commit 4b4c151

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
@@ -562,7 +562,7 @@ RUN --mount=type=cache,target=/home/opencoder/.bun/install/cache,uid=1000,gid=10
562562
--mount=type=cache,id=cargo-target-broker-${TARGETARCH},target=/tmp/cargo-target-broker,uid=1000,gid=1000,mode=0755 \
563563
OPENCODE_COMMIT_OVERRIDE="${OPENCODE_COMMIT:-}" \
564564
&& OPENCODE_LOCAL_REF="${OPENCODE_LOCAL_REF:-local-unknown}" \
565-
&& OPENCODE_COMMIT="9fc1f2cd6084bb1611ee33d7085fa86a5ea6511f" \
565+
&& OPENCODE_COMMIT="826faba977006e84012ad208cc7b0e119d1160e8" \
566566
&& if [ -n "${OPENCODE_COMMIT_OVERRIDE}" ]; then OPENCODE_COMMIT="${OPENCODE_COMMIT_OVERRIDE}"; fi \
567567
&& rm -rf /tmp/opencode-repo \
568568
&& if [ "${OPENCODE_SOURCE}" = "local" ]; then \

0 commit comments

Comments
 (0)