浏览代码

qBittorrent:5.1.1

John 3 月之前
父节点
当前提交
8607c29ad4
共有 4 个文件被更改,包括 9 次插入9 次删除
  1. 1 1
      qBittorrent/Dockerfile
  2. 4 4
      qBittorrent/Dockerfile.qb
  3. 3 3
      qBittorrent/Dockerfile.qbee
  4. 1 1
      qBittorrent/README.md

+ 1 - 1
qBittorrent/Dockerfile

@@ -5,7 +5,7 @@ FROM ghcr.io/gshang2017/qbittorrent-nox:latest AS compilingqb
 FROM ghcr.io/gshang2017/qbittorrentee-nox:latest AS compilingqb2
 
 # docker qB
-FROM alpine:3.21
+FROM alpine:3.22
 
 ARG S6_VER=3.2.1.0
 

+ 4 - 4
qBittorrent/Dockerfile.qb

@@ -1,9 +1,9 @@
 #compiling qB
 FROM ghcr.io/gshang2017/libtorrent:1 AS compilingqb
 
-ARG QBITTORRENT_VER=5.1.0
+ARG QBITTORRENT_VER=5.1.1
 
-RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev \
+RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev qt6-qtbase-private-dev \
 && mkdir -p /tmp/qbbuild \
 && mkdir /qbittorrent \
 && cp --parents /usr/lib/libtorrent-rasterbar.so.10 /qbittorrent \
@@ -23,7 +23,7 @@ FROM ghcr.io/gshang2017/libtorrent:2 AS compilingqb2
 
 COPY --from=compilingqb /tmp/qbbuild/qbittorrent.zip /tmp/qbbuild/qbittorrent.zip
 
-RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev \
+RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev qt6-qtbase-private-dev \
 && mkdir /qbittorrent \
 && cp --parents /usr/lib/libtorrent-rasterbar.so.2.0 /qbittorrent \
 #qBittorrent
@@ -38,7 +38,7 @@ RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai q
 
 
 # docker qB-nox qBee-nox
-FROM alpine:3.21
+FROM alpine:3.22
 
 COPY --from=compilingqb --chmod=755 /qbittorrent /qbittorrent
 COPY --from=compilingqb2 --chmod=755 /qbittorrent /qbittorrent

+ 3 - 3
qBittorrent/Dockerfile.qbee

@@ -3,7 +3,7 @@ FROM ghcr.io/gshang2017/libtorrent:1 AS compilingqb
 
 ARG QBITTORRENT_EE_VER=5.1.0.11
 
-RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev \
+RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev qt6-qtbase-private-dev \
 && mkdir -p /tmp/qbbuild \
 && mkdir /qbittorrent \
 && cp --parents /usr/lib/libtorrent-rasterbar.so.10 /qbittorrent \
@@ -24,7 +24,7 @@ FROM ghcr.io/gshang2017/libtorrent:2 AS compilingqb2
 
 COPY --from=compilingqb /tmp/qbbuild/qbittorrent.zip /tmp/qbbuild/qbittorrent.zip
 
-RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev \
+RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai qt6-qttools-dev qt6-qtbase-private-dev \
 && mkdir /qbittorrent \
 && cp --parents /usr/lib/libtorrent-rasterbar.so.2.0 /qbittorrent \
 #qBittorrent-Enhanced-Edition
@@ -39,7 +39,7 @@ RUN apk add --no-cache ca-certificates cmake build-base boost-dev wget samurai q
 
 
 # docker qB-nox qBee-nox
-FROM alpine:3.21
+FROM alpine:3.22
 
 COPY --from=compilingqb --chmod=755 /qbittorrent /qbittorrent
 COPY --from=compilingqb2 --chmod=755 /qbittorrent /qbittorrent

+ 1 - 1
qBittorrent/README.md

@@ -14,7 +14,7 @@
 
 |名称|版本|说明|
 |:-|:-|:-|
-|qBittorrent-qBittorrentEE|5.1.0-5.1.0.11|(amd64;arm64v8;arm32v7) 集成Trackers自动更新|
+|qBittorrent-qBittorrentEE|5.1.1-5.1.0.11|(amd64;arm64v8;arm32v7) 集成Trackers自动更新|
 
 #### 版本升级注意: