Merge pull request #21 from linuxserver/Bump-version-to-4.1.1

Bump version to 4.1.1
This commit is contained in:
sparklyballs
2018-06-08 15:55:14 +01:00
committed by GitHub

View File

@@ -7,7 +7,7 @@ LABEL build_version="Linuxserver.io version:- ${VERSION} Build-date:- ${BUILD_DA
LABEL maintainer="sparklyballs" LABEL maintainer="sparklyballs"
# package versions # package versions
ARG QBITTORRENT_VER="4.0.4" ARG QBITTORRENT_VER="4.1.1"
ARG RASTERBAR_VER="1.1.7" ARG RASTERBAR_VER="1.1.7"
# environment settings # environment settings
@@ -15,9 +15,6 @@ ENV HOME="/config" \
XDG_CONFIG_HOME="/config" \ XDG_CONFIG_HOME="/config" \
XDG_DATA_HOME="/config" XDG_DATA_HOME="/config"
# copy patches
COPY patches/ /tmp/patches
RUN \ RUN \
echo "**** install build packages ****" && \ echo "**** install build packages ****" && \
apk add --no-cache --virtual=build-dependencies \ apk add --no-cache --virtual=build-dependencies \
@@ -65,8 +62,6 @@ RUN \
tar xf \ tar xf \
/tmp/bittorrent.tar.gz -C \ /tmp/bittorrent.tar.gz -C \
/tmp/qbittorrent-src --strip-components=1 && \ /tmp/qbittorrent-src --strip-components=1 && \
cd /tmp/qbittorrent-src/src/app && \
patch -i /tmp/patches/main.patch && \
cd /tmp/qbittorrent-src && \ cd /tmp/qbittorrent-src && \
./configure \ ./configure \
--disable-gui \ --disable-gui \