⬆️ Upgrades FAH Client to 7.6.21 (#15)

This commit is contained in:
Franck Nijhof 2021-08-19 10:27:08 +02:00 committed by GitHub
parent d0a061d3f2
commit 1de5cf7e3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \