Update to Alpine 3.11

This commit is contained in:
tobbenb
2019-12-27 13:44:28 +01:00
committed by Ryan Kuba
parent 0aa53af054
commit f69f0308e8
6 changed files with 37 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
FROM lsiobase/alpine:3.10 as buildstage
FROM lsiobase/alpine:3.11 as buildstage
############## build stage ##############
# package versions
@@ -128,6 +128,8 @@ RUN \
git clone https://github.com/XMLTV/xmltv.git /tmp/xmltv && \
cd /tmp/xmltv && \
git checkout ${XMLTV_VER} && \
echo "**** Fix test for xmltv alpine 3.11 ****" && \
patch -p1 -i /tmp/patches/test_tv_imdb.t.patch && \
echo "**** Perl 5.26 fixes for XMTLV ****" && \
sed "s/use POSIX 'tmpnam';//" -i filter/tv_to_latex && \
sed "s/use POSIX 'tmpnam';//" -i filter/tv_to_text && \
@@ -220,7 +222,7 @@ RUN \
make DESTDIR=/tmp/comskip-build install
############## runtime stage ##############
FROM lsiobase/alpine:3.10
FROM lsiobase/alpine:3.11
# set version label
ARG BUILD_DATE