Use 2021-07-22T05-23-32Z
This commit is contained in:
parent
93853449f9
commit
10c6c019fd
|
@ -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)
|
* [Changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-07-08T01-15-01Z)
|
||||||
|
|
||||||
[1.166.0]
|
[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
|
* Use new minio dashboard 2021-06-13T17-48-22Z
|
||||||
|
|
||||||
|
|
|
@ -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.
|
Minio is a distributed object storage server built for cloud applications and devops.
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ FROM cloudron/base:3.0.0@sha256:455c70428723e3a823198c57472785437eb6eab082e79b3f
|
||||||
RUN mkdir -p /app/code
|
RUN mkdir -p /app/code
|
||||||
WORKDIR /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
|
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 && \
|
RUN wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio && chmod +x /app/code/minio && \
|
||||||
|
|
Loading…
Reference in New Issue