Browse Source

Updated fahclient

Spencer Gardner 6 years ago
parent
commit
542b23cbe6
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -18,7 +18,8 @@ ENV PASSKEY=
 RUN yum update -y
 
 # Install Folding@home
-RUN rpm -i https://folding.stanford.edu/releases/public/release/fahclient/centos-5.3-64bit/v7.4/fahclient-7.4.4-1.x86_64.rpm
+
+RUN rpm -i https://download.foldingathome.org/releases/public/release/fahclient/centos-6.7-64bit/v7.5/fahclient-7.5.1-1.x86_64.rpm
 ADD config.xml /etc/fahclient/
 ADD run.sh /run.sh
 RUN chown fahclient:root /etc/fahclient/config.xml