From cc48334defec5c040041738e584d34f6ca93bb5f Mon Sep 17 00:00:00 2001 From: Allan Persson <46043392+allanpersson@users.noreply.github.com> Date: Mon, 11 May 2020 17:49:05 +0200 Subject: [PATCH] Update Dockerfile --- foldingathome/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foldingathome/Dockerfile b/foldingathome/Dockerfile index bea2cbb..50be17b 100755 --- a/foldingathome/Dockerfile +++ b/foldingathome/Dockerfile @@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"] ARG BUILD_ARCH=amd64 RUN \ curl -J -L -o /tmp/fah.deb \ - "https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.9_amd64.deb" \ + "https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.13_amd64.deb" \ \ && apt-get update \ && apt-get install -y --no-install-recommends \