build: bump version to 0.13.24 (#2085)
Some checks are pending
tinymist::auto_tag / auto-tag (push) Waiting to run
tinymist::ci / Duplicate Actions Detection (push) Waiting to run
tinymist::ci / Check Clippy, Formatting, Completion, Documentation, and Tests (Linux) (push) Waiting to run
tinymist::ci / Check Minimum Rust version and Tests (Windows) (push) Waiting to run
tinymist::ci / prepare-build (push) Waiting to run
tinymist::ci / announce (push) Blocked by required conditions
tinymist::ci / build (push) Blocked by required conditions
tinymist::gh_pages / build-gh-pages (push) Waiting to run

+tag v0.13.24
This commit is contained in:
Myriad-Dreamin 2025-08-26 16:15:03 +08:00 committed by GitHub
parent 856a1e4485
commit 2fc5d919e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
20 changed files with 72 additions and 71 deletions

View file

@ -15,7 +15,7 @@ RUN git clone --filter=blob:none --branch stable https://github.com/neovim/neovi
USER root
RUN cd neovim/build && cpack -G DEB && dpkg -i nvim-linux-x86_64.deb
FROM myriaddreamin/tinymist:0.13.24-rc3 as tinymist
FROM myriaddreamin/tinymist:0.13.24 as tinymist
FROM debian:12