mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2025-09-14 00:39:11 +00:00
Update mc as well
This commit is contained in:
@@ -4,8 +4,9 @@ RUN mkdir -p /app/code
|
|||||||
WORKDIR /app/code
|
WORKDIR /app/code
|
||||||
|
|
||||||
ARG VERSION=RELEASE.2022-02-05T04-40-59Z
|
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 && \
|
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
|
wget https://dl.min.io/client/mc/release/linux-amd64/mc.${MC_VERSION} -O /app/code/mc && chmod +x /app/code/mc
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user