We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c806e60 commit a39fa14Copy full SHA for a39fa14
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a
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.14
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