From c95a64900d12e69ead747267b17718c41f345516 Mon Sep 17 00:00:00 2001 From: Allan Persson <46043392+allanpersson@users.noreply.github.com> Date: Mon, 11 May 2020 16:52:37 +0200 Subject: [PATCH] Update to fahclient_7.6.9 --- foldingathome/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foldingathome/Dockerfile b/foldingathome/Dockerfile index b487dc1..bea2cbb 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.5/fahclient_7.5.1_amd64.deb" \ + "https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.9_amd64.deb" \ \ && apt-get update \ && apt-get install -y --no-install-recommends \