We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 233d2fd commit cfec709Copy full SHA for cfec709
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.5.0
+ARG MISE_VERSION=2026.5.10
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