No need to version the client

This commit is contained in:
Girish Ramakrishnan 2022-10-06 10:15:43 +02:00
parent 101195f02f
commit bcf271abc9
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ 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
# https://dl.min.io/client/mc/release/linux-amd64/
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc.${MC_VERSION} -O /app/code/mc && chmod +x /app/code/mc
RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc -O /app/code/mc && chmod +x /app/code/mc
COPY env.sh start.sh /app/code/