Update mc to 2022-10-01T07-56-14Z
This commit is contained in:
parent
3d98790d90
commit
b0d5963549
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue