diff --git a/Dockerfile.arm.release b/Dockerfile.arm.release index a42efe138..ff0fac6d1 100644 --- a/Dockerfile.arm.release +++ b/Dockerfile.arm.release @@ -23,7 +23,7 @@ RUN \ chmod +x /usr/bin/minio && \ chmod +x /usr/bin/docker-entrypoint.sh && \ chmod +x /usr/bin/verify-minio.sh && \ - curl -s -q -O https://raw.githubusercontent.com/minio/minio/release/CREDITS && \ + curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS && \ /usr/bin/verify-minio.sh EXPOSE 9000 diff --git a/Dockerfile.arm64.release b/Dockerfile.arm64.release index 42a8ede28..ae07d5e47 100644 --- a/Dockerfile.arm64.release +++ b/Dockerfile.arm64.release @@ -23,7 +23,7 @@ RUN \ chmod +x /usr/bin/minio && \ chmod +x /usr/bin/docker-entrypoint.sh && \ chmod +x /usr/bin/verify-minio.sh && \ - curl -s -q -O https://raw.githubusercontent.com/minio/minio/release/CREDITS && \ + curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS && \ /usr/bin/verify-minio.sh EXPOSE 9000 diff --git a/Dockerfile.ppc64le.release b/Dockerfile.ppc64le.release index 875cdcc23..e214634a6 100644 --- a/Dockerfile.ppc64le.release +++ b/Dockerfile.ppc64le.release @@ -22,7 +22,7 @@ RUN \ chmod +x /usr/bin/minio && \ chmod +x /usr/bin/docker-entrypoint.sh && \ chmod +x /usr/bin/verify-minio.sh && \ - curl -s -q -O https://raw.githubusercontent.com/minio/minio/release/CREDITS && \ + curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS && \ /usr/bin/verify-minio.sh EXPOSE 9000 diff --git a/Dockerfile.release b/Dockerfile.release index ec09bc3fc..75384cbaa 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -20,7 +20,7 @@ RUN \ chmod +x /usr/bin/minio && \ chmod +x /usr/bin/docker-entrypoint.sh && \ chmod +x /usr/bin/verify-minio.sh && \ - curl -s -q -O https://raw.githubusercontent.com/minio/minio/release/CREDITS && \ + curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS && \ /usr/bin/verify-minio.sh EXPOSE 9000 diff --git a/Dockerfile.s390x.release b/Dockerfile.s390x.release index 9c7d08e52..4c6af92c1 100644 --- a/Dockerfile.s390x.release +++ b/Dockerfile.s390x.release @@ -22,7 +22,7 @@ RUN \ chmod +x /usr/bin/minio && \ chmod +x /usr/bin/docker-entrypoint.sh && \ chmod +x /usr/bin/verify-minio.sh && \ - curl -s -q -O https://raw.githubusercontent.com/minio/minio/release/CREDITS && \ + curl -s -q -O https://raw.githubusercontent.com/minio/minio/master/CREDITS && \ /usr/bin/verify-minio.sh EXPOSE 9000