Update mc again

This commit is contained in:
Girish Ramakrishnan 2022-05-04 09:08:58 -07:00
parent 8d2b9d84ce
commit c10b3888f0
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-05-04T07-45-27Z
ARG MC_VERSION=RELEASE.2022-05-04T07-45-27Z
ARG MC_VERSION=RELEASE.2022-05-04T06-07-55Z
# 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