1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-25 06:27:51 +00:00

Update test packages

This commit is contained in:
Girish Ramakrishnan
2022-01-30 10:11:09 -08:00
parent cd4fec9029
commit ce95621eb4
3 changed files with 87 additions and 137 deletions

View File

@@ -4,7 +4,7 @@ RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2022-01-28T02-28-16Z
ARG MC_VERSION=RELEASE.2022-01-07T06-01-38Z
ARG MC_VERSION=RELEASE.2022-01-29T01-03-27Z
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