Skip to content

Commit cd9b0c7

Browse files
committed
another try with renovate
1 parent cc8e95b commit cd9b0c7

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>.*))? versioning=loose
6+
# 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>.+))?
77
ARG MINIO_VERSION=RELEASE.2025-08-13T08-35-41Z
88

99
# App script

0 commit comments

Comments
 (0)