Update mc also

This commit is contained in:
Girish Ramakrishnan 2022-02-18 12:27:04 -08:00
parent 4100d16964
commit 20706ccaf4
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-02-18T01-50-10Z
ARG MC_VERSION=RELEASE.2022-02-07T09-25-34Z
ARG MC_VERSION=RELEASE.2022-02-16T05-54-01Z
# 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