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 .github/workflows/release-alpine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:
jobs:
bump-alpine:
runs-on: ubuntu-latest
container: ghcr.io/jdx/mise:alpine@sha256:892c3241f890205079a0d583c00681ee8e92b1d0fc7ff39602d59670a8437b16
container: ghcr.io/jdx/mise:alpine@sha256:7cdf593a2b08bdfb0e715cee4e8356510e9f58033b87ade37eaf6f48436063c8
timeout-minutes: 60
if: |
(github.event_name == 'release' &&
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-plz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- run: cargo build --all-features && cp target/debug/mise "$HOME"/bin
- uses: ./.github/actions/mise-tools
- run: mise x -- bun i
- uses: rust-lang/crates-io-auth-action@bbd81622f20ce9e2dd9622e3218b975523e45bbe # v1.0.4
- uses: rust-lang/crates-io-auth-action@c6f97d42243bad5fab37ca0427f495c86d5b1a18 # v1.0.5
id: crates-io-auth
- run: mise run release-plz
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build-tarball-linux]
timeout-minutes: 10
container: ghcr.io/jdx/mise:rpm@sha256:b5e0574388921ae2f9f454ae694b52cff84df54320bd2cc41a91e45485818550
container: ghcr.io/jdx/mise:rpm@sha256:4d4b300e61d9896e1846f1a55ada6937f65943f3341979dda5bc0cc019e49046
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- uses: crazy-max/ghaction-import-gpg@2dc316deee8e90f13e1a351ab510b4d5bc0c82cd # v7
Expand All @@ -202,7 +202,7 @@ jobs:
if: github.event_name != 'pull_request' || github.head_ref == 'release'
runs-on: ubuntu-latest
needs: [build-tarball-linux]
container: ghcr.io/jdx/mise:deb@sha256:3d636fabbf99265e36b0da777d5fcc4a1cff6ce76fec5b7d5e164f87172364c1
container: ghcr.io/jdx/mise:deb@sha256:7f8a538db9e31f782f5e91b458f31ac9f96b55ddd6659789e07f3072cba44dac
timeout-minutes: 10
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
Expand Down
70 changes: 45 additions & 25 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ indenter = "0.3"
indexmap = { version = "2", features = ["serde"] }
clx = "2"
indoc = "2"
itertools = "0.14"
itertools = "0.15"
jiff = "0.2"
junction = "2"
log = "0.4"
Expand All @@ -135,7 +135,7 @@ path-absolutize = { version = "3", features = ["unsafe_cache"] }
petgraph = "0.8"
phf = "0.13"
rand = "0.10"
rattler = { version = "0.44", default-features = false }
rattler = { version = "0.45", default-features = false }
rattler_conda_types = { version = "0.47", default-features = false }
rattler_repodata_gateway = { version = "0.29", default-features = false, features = [
"gateway",
Expand Down
2 changes: 1 addition & 1 deletion crates/aqua-registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ serde_yaml = "0.9"
thiserror = "2"
eyre = "0.6"
indexmap = { version = "2", features = ["serde"] }
itertools = "0.14"
itertools = "0.15"
rkyv = { version = "0.8", features = ["unaligned"] }
siphasher = "1"
strum = { version = "0.28", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/vfox/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ path = "src/bin.rs"
[dependencies]
homedir = "0.3"
indexmap = { version = "2", features = ["serde"] }
itertools = "0.14"
itertools = "0.15"
log = "0.4"
mlua = { version = "0.11", features = [
"async",
Expand Down
4 changes: 2 additions & 2 deletions packaging/mise/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
FROM rust@sha256:c6811167278337db5f3b0234964ced5f538f154a2a20f09ec03721d7411c933d AS builder
FROM rust@sha256:6df234c1eb92b0545468fab8c18fc5f9adfb994e7d4f67d81d45fe2fcabf5657 AS builder
LABEL maintainer="jdx"
LABEL org.opencontainers.image.source=https://github.com/jdx/mise
LABEL org.opencontainers.image.description="mise is a tool for managing your development environment"
Expand All @@ -9,7 +9,7 @@ WORKDIR /usr/src/mise
COPY . /usr/src/mise/
RUN cargo build --release

FROM rust@sha256:c6811167278337db5f3b0234964ced5f538f154a2a20f09ec03721d7411c933d AS runtime
FROM rust@sha256:6df234c1eb92b0545468fab8c18fc5f9adfb994e7d4f67d81d45fe2fcabf5657 AS runtime

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ENV MISE_DATA_DIR="/mise"
Expand Down
Loading