1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-08-31 22:34:58 +00:00

Version 2.4.4

This commit is contained in:
Girish Ramakrishnan
2022-03-22 09:21:29 -07:00
parent 327ede57c3
commit fd7c75da9f
4 changed files with 15 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2022-03-22T02-05-10Z
ARG MC_VERSION=RELEASE.2022-03-17T07-21-29Z
ARG MC_VERSION=RELEASE.2022-03-17T20-25-06Z
# 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