From 2e10fc218f0b25ba4612ac149bdd32ae17f01aac Mon Sep 17 00:00:00 2001 From: "ppat-self-hosted-renovate-bot[bot]" <175373406+ppat-self-hosted-renovate-bot[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2025 03:54:11 +0000 Subject: [PATCH] fix(cli-tools): update jdx/mise (v2025.1.3 -> v2025.1.4) --- images/homelab-workspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/homelab-workspace/Dockerfile b/images/homelab-workspace/Dockerfile index 55b420c8..5bf75bd4 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -188,7 +188,7 @@ RUN --mount=type=tmpfs,target=/tmp \ # mise-en-place # renovate: datasource=github-releases depName=jdx/mise -ARG MISE_EN_PLACE_VERSION="2025.1.3" +ARG MISE_EN_PLACE_VERSION="2025.1.4" RUN --mount=type=tmpfs,target=/tmp \ --mount=type=tmpfs,target=/var/log \ --mount=type=tmpfs,target=/var/tmp \