Skip to content

Commit a39fa14

Browse files
fix(依存関係): 依存パッケージ jdx/mise を v2026.5.14 に更新 (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c806e60 commit a39fa14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM alpine:3.23.4@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a
33
ARG TARGETARCH
44

55
# renovate: datasource=github-releases depName=jdx/mise extractVersion=^v(?<version>.+)$
6-
ARG MISE_VERSION=2026.5.0
6+
ARG MISE_VERSION=2026.5.14
77
RUN ARCH=$([ "$TARGETARCH" = "arm64" ] && echo "arm64" || echo "x64") && \
88
wget -qO /usr/local/bin/mise \
99
"https://github.com/jdx/mise/releases/download/v${MISE_VERSION}/mise-v${MISE_VERSION}-linux-${ARCH}" && \

0 commit comments

Comments
 (0)