From 5f6a35a428f074bbdee1b2869c67fedd1fddd503 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 18 Jun 2020 08:48:24 -0700 Subject: [PATCH] url has changed --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1964778..83c2ae5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM cloudron/base:2.0.0@sha256:f9fea80513aa7c92fe2e7bf3978b54c8ac5222f47a9a32a7 ARG VERSION=RELEASE.2020-06-18T02-23-35Z RUN mkdir -p /app/code \ - && wget https://dl.minio.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \ + && wget https://dl.min.io/server/minio/release/linux-amd64/minio.${VERSION} -O /app/code/minio \ && chmod +x /app/code/minio WORKDIR /app/code