Update to fahclient_7.6.9

This commit is contained in:
Allan Persson 2020-05-11 16:52:37 +02:00 committed by GitHub
parent 874ae22d8c
commit c95a64900d
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.5/fahclient_7.5.1_amd64.deb" \
"https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.9_amd64.deb" \
\
&& apt-get update \
&& apt-get install -y --no-install-recommends \