We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8e95b commit cd9b0c7Copy full SHA for cd9b0c7
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>.*))? versioning=loose
+# renovate: datasource=github-tags depName=minio/mc extractVersion=RELEASE\.(?<major>\d{4})-(?<minor>\d{2})-(?<patch>\d{2})T(?<build>\d{2}-\d{2}-\d{2})Z(?:-(?<compatibility>.+))?
7
ARG MINIO_VERSION=RELEASE.2025-08-13T08-35-41Z
8
9
# App script
0 commit comments