Skip to content

Commit bc01d26

Browse files
committed
chore(tools): Update mise min_version and version in CI dockerfile
1 parent 9d97a98 commit bc01d26

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

deploy/docker/Dockerfile.ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ RUN case "$TARGETARCH" in \
6666
| tar xz --strip-components=2 -C /usr/local/bin "gh_${GH_VERSION}_linux_${gh_arch}/bin/gh"
6767

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

7272
# Copy mise.toml and task includes, then install all tools via mise

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Tasks are defined in tasks/*.toml — run `mise tasks` to list them all.
88

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

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

0 commit comments

Comments
 (0)