Update mc
This commit is contained in:
parent
f7d9d69187
commit
a1e5589dca
|
@ -4,7 +4,7 @@ RUN mkdir -p /app/code
|
|||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2022-06-10T16-59-15Z
|
||||
ARG MC_VERSION=RELEASE.2022-05-09T04-08-26Z
|
||||
ARG MC_VERSION=RELEASE.2022-06-10T22-29-12Z
|
||||
|
||||
# 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
|
||||
|
|
Loading…
Reference in New Issue