Commit 42d21a2 1 parent 681d53f commit 42d21a2 Copy full SHA for 42d21a2
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,9 +16,9 @@ RUN apt-get update \
16
16
&& mkdir -p /etc/fahclient && touch /etc/fahclient/config.xml \
17
17
# download and verify checksum
18
18
&& 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 \
20
20
-o fah.deb \
21
- && echo "efe47061d328667259c1815b98bc6c37da339363fb8e9386673f6a96f4d37d26 fah.deb" \
21
+ && echo "113cf292f7cc3a49ed718f0c44849e30018e799fa9f1eacd75716badbcb64cc8 fah.deb" \
22
22
| sha256sum -c --strict - \
23
23
# install and cleanup
24
24
&& DEBIAN_FRONTEND=noninteractive dpkg --install --force-depends fah.deb \
You can’t perform that action at this time.
0 commit comments