Update mc to 2022-10-01T07-56-14Z

This commit is contained in:
Girish Ramakrishnan 2022-10-04 09:44:14 +02:00
parent 3d98790d90
commit b0d5963549
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-10-02T19-29-29Z
ARG MC_VERSION=RELEASE.2022-09-16T09-16-47Z
ARG MC_VERSION=RELEASE.2022-10-01T07-56-14Z
# 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