@opencode-cloud/core 3.1.7 → 3.1.9
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 +2 -2
package/Cargo.toml
CHANGED
package/package.json
CHANGED
package/src/docker/Dockerfile
CHANGED
|
@@ -520,7 +520,7 @@ RUN echo 'export PATH="/home/opencode/.local/bin:$PATH"' >> /home/opencode/.zshr
|
|
|
520
520
|
RUN 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 \
|
|
523
|
-
&& git checkout
|
|
523
|
+
&& git checkout 798ccdba1265b7e5499ba49db2f99ca1dd4a15d7 \
|
|
524
524
|
&& curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.5" \
|
|
525
525
|
&& export PATH="/home/opencode/.bun/bin:${PATH}" \
|
|
526
526
|
&& bun install --frozen-lockfile \
|
|
@@ -593,7 +593,7 @@ RUN rm -f /etc/nginx/sites-enabled/default /etc/nginx/conf.d/default.conf 2>/dev
|
|
|
593
593
|
' try_files $uri =404;' \
|
|
594
594
|
' }' \
|
|
595
595
|
'' \
|
|
596
|
-
' location ~ ^/(auth|
|
|
596
|
+
' location ~ ^/(agent|auth|command|config|event|events|global|lsp|mcp|path|permission|project|provider|pty|question|rpc|session|sessions|status|v1|vcs|ws|api) {' \
|
|
597
597
|
' proxy_pass http://127.0.0.1:3001;' \
|
|
598
598
|
' proxy_http_version 1.1;' \
|
|
599
599
|
' proxy_set_header Upgrade $http_upgrade;' \
|