Skip to content

Commit b20bced

Browse files
authoredNov 6, 2020
feat: update to 7.6.21 (#13)
1 parent 42d21a2 commit b20bced

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.6/fahclient_7.6.13_amd64.deb \
19+
https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.21_amd64.deb \
2020
-o fah.deb \
21-
&& echo "113cf292f7cc3a49ed718f0c44849e30018e799fa9f1eacd75716badbcb64cc8 fah.deb" \
21+
&& echo "2827f05f1c311ee6c7eca294e4ffb856c81957e8f5bfc3113a0ed27bb463b094 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.