Skip to content

Commit 18224ca

Browse files
committed
fix(Dockerfile): renovate extractVersion
1 parent effce8b commit 18224ca

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 ghcr.io/containeroo/alpine-toolbox:3.0.0
33
ENV HOME=/work \
44
MC_CONFIG_DIR=/work/.mc
55

6-
# renovate: datasource=github-tags depName=minio/mc extractVersion=^RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z(-(?<compatibility>.*))?$
6+
# renovate: datasource=github-tags depName=minio/mc extractVersion=.*RELEASE\\.(?<major>\\d+)-(?<minor>\\d+)-(?<patch>\\d+)T.*Z(-(?<compatibility>.*))? versioning=loose
77
ARG MINIO_VERSION=RELEASE.2025-08-13T08-35-41Z
88

99
# App script

0 commit comments

Comments
 (0)