Skip to content

Commit adb230e

Browse files
chore: update opencode commit
1 parent 9d4978e commit adb230e

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
@@ -516,7 +516,7 @@ RUN echo 'export PATH="/home/opencode/.local/bin:$PATH"' >> /home/opencode/.zshr
516516
# Clone the fork and build opencode from source (as non-root user)
517517
# Pin to specific commit for reproducibility
518518
# Build opencode from source (BuildKit cache mounts disabled for now)
519-
RUN OPENCODE_COMMIT="d2d6b8553d5dc3e89498e08fd5db980b68f04bb7" \
519+
RUN OPENCODE_COMMIT="ed7d5c6d7fcaf0a4ab94894f8825a08a55eebb67" \
520520
&& rm -rf /tmp/opencode-repo \
521521
&& git clone --depth 1 https://github.com/pRizz/opencode.git /tmp/opencode-repo \
522522
&& cd /tmp/opencode-repo \

0 commit comments

Comments
 (0)