Update mc client

This commit is contained in:
Girish Ramakrishnan 2022-07-07 13:57:57 +05:30
parent e68520b2cd
commit b732aa9833
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-07-06T20-29-49Z
ARG MC_VERSION=RELEASE.2022-06-26T18-51-48Z
ARG MC_VERSION=RELEASE.2022-07-06T14-54-36Z
# 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