@opencode-cloud/core 3.3.0 → 4.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
|
@@ -517,7 +517,7 @@ RUN echo 'export PATH="/home/opencode/.local/bin:$PATH"' >> /home/opencode/.zshr
|
|
|
517
517
|
# Clone the fork and build opencode from source (as non-root user)
|
|
518
518
|
# Pin to specific commit for reproducibility
|
|
519
519
|
# Build opencode from source (BuildKit cache mounts disabled for now)
|
|
520
|
-
RUN OPENCODE_COMMIT="
|
|
520
|
+
RUN OPENCODE_COMMIT="3a4eccc7e883575e0d5a508f46036a9f243c06e8" \
|
|
521
521
|
&& rm -rf /tmp/opencode-repo \
|
|
522
522
|
&& git clone --depth 1 https://github.com/pRizz/opencode.git /tmp/opencode-repo \
|
|
523
523
|
&& cd /tmp/opencode-repo \
|