We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9704439 commit 62df532Copy full SHA for 62df532
1 file changed
packages/core/src/docker/Dockerfile
@@ -492,7 +492,7 @@ USER opencode
492
# commit on the main branch of https://github.com/pRizz/opencode.
493
# Update it by running: ./scripts/update-opencode-commit.sh
494
# Build opencode from source (BuildKit cache mounts disabled for now)
495
-RUN OPENCODE_COMMIT="2c42348ca8cb085ac70e3c15ccbed6aebb8fc450" \
+RUN OPENCODE_COMMIT="519b763c5b4c50159031f081e0277d0cd35dafe5" \
496
&& rm -rf /tmp/opencode-repo \
497
&& git clone --depth 1 https://github.com/pRizz/opencode.git /tmp/opencode-repo \
498
&& cd /tmp/opencode-repo \
0 commit comments