From a89ff592f0425bd63a83c916b588bcfddc197ee8 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sun, 6 Feb 2022 11:31:28 -0800 Subject: [PATCH] Update mc as well --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e3b386d..d44eea5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,9 @@ RUN mkdir -p /app/code WORKDIR /app/code ARG VERSION=RELEASE.2022-02-05T04-40-59Z -ARG MC_VERSION=RELEASE.2022-01-29T01-03-27Z +ARG MC_VERSION=RELEASE.2022-02-02T02-03-24Z +# 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 && \ wget https://dl.min.io/client/mc/release/linux-amd64/mc.${MC_VERSION} -O /app/code/mc && chmod +x /app/code/mc