We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42d21a2 commit b20bcedCopy full SHA for b20bced
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.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 \
20
-o fah.deb \
21
- && echo "113cf292f7cc3a49ed718f0c44849e30018e799fa9f1eacd75716badbcb64cc8 fah.deb" \
+ && echo "2827f05f1c311ee6c7eca294e4ffb856c81957e8f5bfc3113a0ed27bb463b094 fah.deb" \
22
| sha256sum -c --strict - \
23
# install and cleanup
24
&& DEBIAN_FRONTEND=noninteractive dpkg --install --force-depends fah.deb \
0 commit comments