Update mc again
This commit is contained in:
parent
8d2b9d84ce
commit
c10b3888f0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue