Skip to content

Commit 6b9a6e2

Browse files
committed
chore: update opencode commit reference to 5df221c3
1 parent 900027d commit 6b9a6e2

1 file changed

Lines changed: 1 addition & 1 deletion

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="1d5767ea8f41461479870a670fed29396bf852a4"; \
559+
OPENCODE_COMMIT="5df221c3c3fb84cba8d2565ecc4880a9046aa6c4"; \
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)