We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681d53f commit 42d21a2Copy full SHA for 42d21a2
fah-gpu/Dockerfile
@@ -16,9 +16,9 @@ RUN apt-get update \
16
&& mkdir -p /etc/fahclient && touch /etc/fahclient/config.xml \
17
# download and verify checksum
18
&& curl -fsSL \
19
- 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 \
20
-o fah.deb \
21
- && echo "efe47061d328667259c1815b98bc6c37da339363fb8e9386673f6a96f4d37d26 fah.deb" \
+ && echo "113cf292f7cc3a49ed718f0c44849e30018e799fa9f1eacd75716badbcb64cc8 fah.deb" \
22
| sha256sum -c --strict - \
23
# install and cleanup
24
&& DEBIAN_FRONTEND=noninteractive dpkg --install --force-depends fah.deb \
0 commit comments