From d3ff9af30687cf3b01f0a9b28133000116babe97 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 9 Jul 2024 12:02:50 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrades=20fah-client=20to?= =?UTF-8?q?=208.3.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- foldingathome/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/foldingathome/Dockerfile b/foldingathome/Dockerfile index 5aaebc5..4f3e70d 100755 --- a/foldingathome/Dockerfile +++ b/foldingathome/Dockerfile @@ -9,13 +9,14 @@ 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.21_amd64.deb" \ + "https://download.foldingathome.org/releases/public/fah-client/debian-10-64bit/release/fah-client_8.3.17_amd64.deb" \ \ && apt-get update \ && apt-get install -y --no-install-recommends \ bzip2=1.0.8-5+b1 \ ocl-icd-libopencl1=2.3.1-1 \ \ + && addgroup --system render \ && mkdir /etc/fahclient \ && touch /etc/fahclient/config.xml \ && dpkg --install /tmp/fah.deb \