diff --git a/Dockerfile b/Dockerfile index 4547b3c..12461ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,8 +3,8 @@ FROM cloudron/base:4.2.0@sha256:46da2fffb36353ef714f97ae8e962bd2c212ca091108d768 RUN mkdir -p /app/code WORKDIR /app/code -# renovate: datasource=github-releases packageName=minio/minio extractVersion=^RELEASE\\.(?\\d{4})-(?\\d{2})-(?\\d{2}) versioning="regex:^RELEASE\\.(?\\d{4})-(?\\d{2})-(?\\d{2})" -ARG VERSION=RELEASE.2024-09-22T00-33-43Z +# renovate: datasource=github-releases packageName=minio/minio extractVersion=^RELEASE\.(?\d{4})-(?\d{2})-(?\d{2}) versioning="regex:^RELEASE\.(?\d{4})-(?\d{2})-(?\d{2})" +ARG VERSION=RELEASE.2024-09-22T00-33-43Z # sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/ # RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio