Update mc to 2022-08-05T08-01-28Z

This commit is contained in:
Girish Ramakrishnan 2022-08-06 08:00:03 +02:00
parent acbc45a26f
commit 33803ec2d6
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2022-08-05T23-27-09Z
ARG MC_VERSION=RELEASE.2022-07-29T19-17-16Z
ARG MC_VERSION=RELEASE.2022-08-05T08-01-28Z
# 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