Skip to content
Open
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 docker/job-ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading