⬆️ Upgrades FAH Client to 7.6.21

This commit is contained in:
Franck Nijhof 2021-08-19 01:55:03 +02:00
parent 7b42682fb0
commit 96d3392025
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -9,7 +9,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
ARG BUILD_ARCH=amd64
RUN \
curl -J -L -o /tmp/fah.deb \
"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" \
\
&& apt-get update \
&& apt-get install -y --no-install-recommends \