diff --git a/docker/job-ubuntu.Dockerfile b/docker/job-ubuntu.Dockerfile index eb36504..d299f5d 100644 --- a/docker/job-ubuntu.Dockerfile +++ b/docker/job-ubuntu.Dockerfile @@ -76,7 +76,7 @@ RUN --mount=type=cache,target=/root/.cargo/registry \ --mount=type=cache,target=/root/.cargo/git \ --mount=type=cache,target=/sccache-build \ mkdir -p /opt/mise/bin && \ - curl -fsSL https://mise.run | MISE_VERSION="v2026.7.0" MISE_INSTALL_PATH=/opt/mise/bin/mise sh && \ + curl -fsSL https://mise.run | MISE_VERSION="v2026.7.5" MISE_INSTALL_PATH=/opt/mise/bin/mise sh && \ # gh: GitHub-hosted runner images preinstall the GitHub CLI and estate # scripts rely on it (e.g. jackin-role-action's download script) — # drop-in parity requires it in the job image too.