There was an error while loading. Please reload this page.
1 parent 5bd2493 commit 233d2fdCopy full SHA for 233d2fd
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.23.3@sha256:25109184c71bdad752c8312a8623239686a9a2071e8825f20acb8f
3
ARG TARGETARCH
4
5
# renovate: datasource=github-releases depName=jdx/mise extractVersion=^v(?<version>.+)$
6
-ARG MISE_VERSION=2026.4.11
+ARG MISE_VERSION=2026.5.0
7
RUN ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "arm64" || echo "x64") && \
8
wget -qO /usr/local/bin/mise \
9
"https://github.com/jdx/mise/releases/download/v${MISE_VERSION}/mise-v${MISE_VERSION}-linux-${ARCH}" && \
0 commit comments