Skip to content

Commit

Permalink
feat: update to 7.6.21 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
mharsch authored Nov 6, 2020
1 parent 42d21a2 commit b20bced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fah-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ RUN apt-get update \
&& mkdir -p /etc/fahclient && touch /etc/fahclient/config.xml \
# download and verify checksum
&& curl -fsSL \
https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.13_amd64.deb \
https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.21_amd64.deb \
-o fah.deb \
&& echo "113cf292f7cc3a49ed718f0c44849e30018e799fa9f1eacd75716badbcb64cc8 fah.deb" \
&& echo "2827f05f1c311ee6c7eca294e4ffb856c81957e8f5bfc3113a0ed27bb463b094 fah.deb" \
| sha256sum -c --strict - \
# install and cleanup
&& DEBIAN_FRONTEND=noninteractive dpkg --install --force-depends fah.deb \
Expand Down

0 comments on commit b20bced

Please sign in to comment.