From 96d33920258d7cd4bd77e8b8349b4f28f3069b09 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 19 Aug 2021 01:55:03 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20FAH=20Client=20?= =?UTF-8?q?to=207.6.21?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foldingathome/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foldingathome/Dockerfile b/foldingathome/Dockerfile index 12b19d9..961b3a9 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.13_amd64.deb" \ + "https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.21_amd64.deb" \ \ && apt-get update \ && apt-get install -y --no-install-recommends \