⬆️ Upgrades fahclient to 7.6.13

This commit is contained in:
Franck Nijhof 2020-05-16 14:54:30 +02:00
parent 48780ee1c9
commit 85bfabcdd5
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.5/fahclient_7.5.1_amd64.deb" \
"https://download.foldingathome.org/releases/public/release/fahclient/debian-stable-64bit/v7.6/fahclient_7.6.13_amd64.deb" \
\
&& apt-get update \
&& apt-get install -y --no-install-recommends \