@opencode-cloud/core 8.0.0 → 10.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Cargo.toml +1 -1
- package/package.json +1 -1
- package/src/docker/Dockerfile +1 -1
package/Cargo.toml
CHANGED
package/package.json
CHANGED
package/src/docker/Dockerfile
CHANGED
|
@@ -516,7 +516,7 @@ RUN echo 'export PATH="/home/opencode/.local/bin:$PATH"' >> /home/opencode/.zshr
|
|
|
516
516
|
# Clone the fork and build opencode from source (as non-root user)
|
|
517
517
|
# Pin to specific commit for reproducibility
|
|
518
518
|
# Build opencode from source (BuildKit cache mounts disabled for now)
|
|
519
|
-
RUN OPENCODE_COMMIT="
|
|
519
|
+
RUN OPENCODE_COMMIT="8a63844a3d3166273a83d5e94d8820d62ad82510" \
|
|
520
520
|
&& rm -rf /tmp/opencode-repo \
|
|
521
521
|
&& git clone --depth 1 https://github.com/pRizz/opencode.git /tmp/opencode-repo \
|
|
522
522
|
&& cd /tmp/opencode-repo \
|