bump to alpine 3.6

This commit is contained in:
sparklyballs
2017-05-27 23:37:20 +01:00
parent 4e44306b81
commit 314f59a89f
2 changed files with 4 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.5
FROM lsiobase/alpine:3.6
MAINTAINER saarg
# package version
@@ -59,9 +59,9 @@ RUN \
gzip \
libcrypto1.0 \
libcurl \
libressl \
libssl1.0 \
linux-headers \
libressl \
perl \
perl-archive-zip \
perl-boolean \
@@ -76,6 +76,7 @@ RUN \
perl-dbd-sqlite \
perl-dbi \
perl-digest-sha1 \
perl-doc \
perl-file-slurp \
perl-file-temp \
perl-file-which \

View File

@@ -160,6 +160,7 @@ You need to enable minimum advanced view level to see the picons options.
## Versions
+ **27.05.2017:** Rebase to alpine 3.6.
+ **01.05.2017:** Update to tvheadend 4.2.1 stable.
+ **18.04.2017:** Use repo version of gnu-libiconv rather than compiling.
+ **09.04.2017:** Chain cpanm installs in one block and use --installdeps.