diff --git a/Dockerfile b/Dockerfile index a24be29..c5f971a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN mkdir -p /app/code WORKDIR /app/code # renovate: datasource=github-releases packageName=minio/minio extractVersion=^(?.+)$ versioning=regex:^RELEASE\.(?\d{4})-(?\d{2})-(?\d{2})T(?.+) -ARG VERSION=RELEASE.2024-09-22T00-33-43Z +ARG VERSION=RELEASE.2024-10-02T17-50-41Z # 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