Update client also
This commit is contained in:
parent
53371d5428
commit
bc6656111f
|
@ -4,7 +4,7 @@ RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2022-03-14T18-25-24Z
|
ARG VERSION=RELEASE.2022-03-14T18-25-24Z
|
||||||
ARG MC_VERSION=RELEASE.2022-03-09T02-08-36Z
|
ARG MC_VERSION=RELEASE.2022-03-13T22-34-00Z
|
||||||
|
|
||||||
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
# 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
|
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