1
0
mirror of https://git.cloudron.io/cloudron/minio-app synced 2025-09-25 14:37:41 +00:00

Bump version for 2021-09-15T04-54-25Z

This commit is contained in:
Johannes Zellner
2021-09-15 13:10:14 +02:00
parent 10c6c019fd
commit 44ed6f8aee
4 changed files with 11 additions and 4 deletions

View File

@@ -3,8 +3,8 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2021-07-22T05-23-32Z
ARG MC_VERSION=RELEASE.2021-06-13T17-48-22Z
ARG VERSION=RELEASE.2021-09-15T04-54-25Z
ARG MC_VERSION=RELEASE.2021-09-02T09-21-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