Skip to content

Commit 42d21a2

Browse files
committedMay 21, 2020
feat: update to 7.6.13
1 parent 681d53f commit 42d21a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎fah-gpu/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ RUN apt-get update \
1616
&& mkdir -p /etc/fahclient && touch /etc/fahclient/config.xml \
1717
# download and verify checksum
1818
&& curl -fsSL \
19-
https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.5/fahclient_7.5.1_amd64.deb \
19+
https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.13_amd64.deb \
2020
-o fah.deb \
21-
&& echo "efe47061d328667259c1815b98bc6c37da339363fb8e9386673f6a96f4d37d26 fah.deb" \
21+
&& echo "113cf292f7cc3a49ed718f0c44849e30018e799fa9f1eacd75716badbcb64cc8 fah.deb" \
2222
| sha256sum -c --strict - \
2323
# install and cleanup
2424
&& DEBIAN_FRONTEND=noninteractive dpkg --install --force-depends fah.deb \

0 commit comments

Comments
 (0)
Please sign in to comment.