Skip to content

Commit 31bccb9

Browse files
committed
chore(opencode): update submodule pointer and docker pin
1 parent f014f42 commit 31bccb9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/core/src/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@ COPY --chown=opencoder:opencoder packages/opencode /tmp/opencode-local
556556
# Update it by running: ./scripts/update-opencode-commit.sh
557557
RUN set -eux; \
558558
OPENCODE_COMMIT_OVERRIDE="${OPENCODE_COMMIT:-}"; \
559-
OPENCODE_COMMIT="d5432b5dbce9bf11d422cc2516119260ab156859"; \
559+
OPENCODE_COMMIT="630d80c2e507f0fb02a79dc794995f169cb31e22"; \
560560
if [ -n "${OPENCODE_COMMIT_OVERRIDE}" ]; then OPENCODE_COMMIT="${OPENCODE_COMMIT_OVERRIDE}"; fi; \
561561
rm -rf /tmp/opencode-repo; \
562562
if [ "${OPENCODE_SOURCE}" = "local" ]; then \

0 commit comments

Comments
 (0)