Skip to content

Commit 8d71e7d

Browse files
committed
feat(minio): update to the latest minio
1 parent 52d906c commit 8d71e7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

rootfs/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ RUN adduser --system \
99

1010
COPY . /
1111

12-
RUN curl -f -SL https://dl.minio.io/client/mc/release/linux-amd64/archive/mc.OFFICIAL.2015-09-05T23-43-46Z -o /usr/bin/mc \
12+
RUN curl -f -SL https://dl.minio.io/client/mc/release/linux-amd64/archive/mc.RELEASE.2018-11-06T01-12-20Z -o /usr/bin/mc \
1313
&& chmod 755 /usr/bin/mc \
1414
&& mkdir /home/minio/.minio \
1515
&& chown minio:minio /home/minio/.minio
16-
ADD https://dl.minio.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2016-06-03T19-32-05Z /bin/minio
16+
ADD https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.2018-11-06T01-01-02Z /bin/minio
1717
RUN chmod 755 /bin/minio
1818

1919
USER minio

0 commit comments

Comments
 (0)