Use 2021-07-22T05-23-32Z

master
Johannes Zellner 2021-07-22 13:07:46 +02:00
parent 93853449f9
commit 10c6c019fd
3 changed files with 3 additions and 3 deletions

View File

@ -1001,6 +1001,6 @@ Improve replication performance. See (#12080, #12054, #12009) for more details.
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-07-08T01-15-01Z)
[1.166.0]
* Update minio to 2021-07-15T22-27-34Z
* Update minio to 2021-07-22T05-23-32Z
* Use new minio dashboard 2021-06-13T17-48-22Z

View File

@ -1,4 +1,4 @@
This app packages Minio <upstream>2021-07-15T22-27-34Z</upstream>.
This app packages Minio <upstream>2021-07-22T05-23-32Z</upstream>.
Minio is a distributed object storage server built for cloud applications and devops.

View File

@ -3,7 +3,7 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
RUN mkdir -p /app/code
WORKDIR /app/code
ARG VERSION=RELEASE.2021-07-15T22-27-34Z
ARG VERSION=RELEASE.2021-07-22T05-23-32Z
ARG MC_VERSION=RELEASE.2021-06-13T17-48-22Z
RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio && \