Update mc to 2022-08-05T08-01-28Z
This commit is contained in:
parent
acbc45a26f
commit
33803ec2d6
|
@ -4,7 +4,7 @@ RUN mkdir -p /app/code
|
||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2022-08-05T23-27-09Z
|
ARG VERSION=RELEASE.2022-08-05T23-27-09Z
|
||||||
ARG MC_VERSION=RELEASE.2022-07-29T19-17-16Z
|
ARG MC_VERSION=RELEASE.2022-08-05T08-01-28Z
|
||||||
|
|
||||||
# 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