From 85bfabcdd5467658e1a66db437008e7b1ab73492 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 16 May 2020 14:54:30 +0200 Subject: [PATCH] :arrow_up: Upgrades fahclient to 7.6.13 --- foldingathome/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foldingathome/Dockerfile b/foldingathome/Dockerfile index bf9e828..7811ebc 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.13_amd64.deb" \ \ && apt-get update \ && apt-get install -y --no-install-recommends \