Skip to content

Commit 400982b

Browse files
committed
chore: update opencode commit to latest version 7f21408
1 parent b365afe commit 400982b

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
@@ -492,7 +492,7 @@ USER opencode
492492
# commit on the main branch of https://github.com/pRizz/opencode.
493493
# Update it by running: ./scripts/update-opencode-commit.sh
494494
# Build opencode from source (BuildKit cache mounts disabled for now)
495-
RUN OPENCODE_COMMIT="44cfac42377781e41028979eef3449f1f4159796" \
495+
RUN OPENCODE_COMMIT="7f2140803b00f8aee6f9179e14ffeabe5784a763" \
496496
&& rm -rf /tmp/opencode-repo \
497497
&& git clone --depth 1 https://github.com/pRizz/opencode.git /tmp/opencode-repo \
498498
&& cd /tmp/opencode-repo \

0 commit comments

Comments
 (0)