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