From 2ee80a12fdbc5113ae326dd050a92c7c6457c492 Mon Sep 17 00:00:00 2001 From: Shamil Nunhuck Date: Tue, 17 Dec 2019 07:27:29 +0000 Subject: [PATCH] Update Debian to Jessie and BOINC client version --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1cee313..4a8233f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,11 @@ -FROM debian:wheezy +FROM debian:jessie MAINTAINER Ozzy Johnson ENV DEBIAN_FRONTEND noninteractive # Versions. -ENV BOINC_CLIENT 7.0.27+dfsg-5 +ENV BOINC_CLIENT 7.4.23+dfsg-1+deb8u1 # Update and install minimal. RUN \