We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d97a98 commit bc01d26Copy full SHA for bc01d26
2 files changed
deploy/docker/Dockerfile.ci
@@ -66,7 +66,7 @@ RUN case "$TARGETARCH" in \
66
| tar xz --strip-components=2 -C /usr/local/bin "gh_${GH_VERSION}_linux_${gh_arch}/bin/gh"
67
68
# Install mise (NOTE: keep this version in sync with mise.toml)
69
-ARG MISE_VERSION=v2026.4.20
+ARG MISE_VERSION=v2026.4.25
70
RUN curl https://mise.run | MISE_VERSION=$MISE_VERSION sh
71
72
# Copy mise.toml and task includes, then install all tools via mise
mise.toml
@@ -7,7 +7,7 @@
7
# Tasks are defined in tasks/*.toml — run `mise tasks` to list them all.
8
9
# NOTE: keep this version in sync with what CI uses in Dockerfile.ci
10
-min_version = { soft = "2026.4.20" }
+min_version = { soft = "2026.4.25" }
11
12
redactions = ["*_TOKEN", "*_PASSWORD"]
13
0 commit comments