Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/docker/Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ RUN case "$TARGETARCH" in \
| tar xz --strip-components=2 -C /usr/local/bin "gh_${GH_VERSION}_linux_${gh_arch}/bin/gh"

# Install mise (NOTE: keep this version in sync with mise.toml)
ARG MISE_VERSION=v2026.4.20
ARG MISE_VERSION=v2026.4.25
RUN curl https://mise.run | MISE_VERSION=$MISE_VERSION sh

# Copy mise.toml and task includes, then install all tools via mise
Expand Down
2 changes: 1 addition & 1 deletion mise.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @generated - this file is auto-generated by `mise lock` https://mise.jdx.dev/dev-tools/mise-lock.html
# @generated - this file is auto-generated by `mise lock` https://mise.en.dev/dev-tools/mise-lock.html

[[tools."cargo:cargo-zigbuild"]]
version = "0.22.3"
Expand Down
2 changes: 1 addition & 1 deletion mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Tasks are defined in tasks/*.toml — run `mise tasks` to list them all.

# NOTE: keep this version in sync with what CI uses in Dockerfile.ci
min_version = { soft = "2026.4.20" }
min_version = { soft = "2026.4.25" }

redactions = ["*_TOKEN", "*_PASSWORD"]

Expand Down
Loading