From 9b07a67ac62999cef27543eecec0c84d86edffd2 Mon Sep 17 00:00:00 2001 From: sparklyballs <sparklyballs@gmail.com> Date: Wed, 28 Dec 2016 09:28:53 +0000 Subject: [PATCH] alpine 3.5 --- Dockerfile | 5 +---- README.md | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe75e92..b752317 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM lsiobase/alpine:edge +FROM lsiobase/alpine:3.5 MAINTAINER Gonzalo Peci <davyjones@linuxserver.io>, sparklyballs #Â environment variables @@ -21,9 +21,6 @@ RUN \ --repository http://nl.alpinelinux.org/alpine/edge/testing \ deluge && \ -#Â update certificates - update-ca-certificates && \ - #Â install build packages apk add --no-cache --virtual=build-dependencies \ g++ \ diff --git a/README.md b/README.md index 7d1bccd..30b6cd1 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Change the downloads location in the webui in Preferences->Downloads and use /do ## Versions ++ **28.12.16:** Rebase to alpine 3.5 baseimage. + **17.11.16:** Rebase to edge baseimage. + **13.10.16:** Switch to libressl as openssl deprecated from alpine linux and deluge dependency no longer installs. -- GitLab