From 6c4c43d85710604700cd26da6eaa60cc8ac4a853 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: Wed, 5 Feb 2025 16:05:58 +0000 Subject: [PATCH] fix(cli-tools): update jdx/mise (v2025.1.15 -> v2025.1.16) --- 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 692c4a2e..6217645e 100644 --- a/images/homelab-workspace/Dockerfile +++ b/images/homelab-workspace/Dockerfile @@ -186,7 +186,7 @@ RUN --mount=type=tmpfs,target=/tmp \ # mise-en-place # renovate: datasource=github-releases depName=jdx/mise -ARG MISE_EN_PLACE_VERSION="2025.1.15" +ARG MISE_EN_PLACE_VERSION="2025.1.16" RUN --mount=type=tmpfs,target=/tmp \ --mount=type=tmpfs,target=/var/log \ --mount=type=tmpfs,target=/var/tmp \