We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent effce8b commit 18224caCopy full SHA for 18224ca
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM ghcr.io/containeroo/alpine-toolbox:3.0.0
3
ENV HOME=/work \
4
MC_CONFIG_DIR=/work/.mc
5
6
-# renovate: datasource=github-tags depName=minio/mc extractVersion=^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z(-(?<compatibility>.*))?$
+# renovate: datasource=github-tags depName=minio/mc extractVersion=.*RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z(-(?<compatibility>.*))? versioning=loose
7
ARG MINIO_VERSION=RELEASE.2025-08-13T08-35-41Z
8
9
# App script
0 commit comments