Update minio to 2022-07-04T21-02-54Z
This commit is contained in:
parent
4172a77c28
commit
56e76c6098
|
@ -6,7 +6,7 @@
|
|||
"changelog": "file://CHANGELOG",
|
||||
"tagline": "Distributed object storage",
|
||||
"version": "2.7.7",
|
||||
"upstreamVersion": "2022-06-30T20-58-09Z",
|
||||
"upstreamVersion": "2022-07-04T21-02-54Z",
|
||||
"healthCheckPath": "/minio/login",
|
||||
"memoryLimit": 805306368,
|
||||
"httpPort": 8000,
|
||||
|
|
|
@ -3,7 +3,7 @@ FROM cloudron/base:3.2.0@sha256:ba1d566164a67c266782545ea9809dc611c4152e27686fd1
|
|||
RUN mkdir -p /app/code
|
||||
WORKDIR /app/code
|
||||
|
||||
ARG VERSION=RELEASE.2022-06-30T20-58-09Z
|
||||
ARG VERSION=RELEASE.2022-07-04T21-02-54Z
|
||||
ARG MC_VERSION=RELEASE.2022-06-26T18-51-48Z
|
||||
|
||||
# sometimes here https://dl.min.io/server/minio/release/linux-amd64/archive/
|
||||
|
|
Loading…
Reference in New Issue