From b222b802bf10dfe3103e2e7632a3aa80c1ff6202 Mon Sep 17 00:00:00 2001 From: Wang Defa Date: Mon, 11 May 2026 18:22:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B3=20v4.15.1=EF=BC=8C=E8=B0=83=E6=95=B4?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E6=96=87=E6=A1=A3=E5=92=8C=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 2 +- README.md | 4 ++-- debian/build-deb.sh | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 1d6e687..769b95d 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -9,7 +9,7 @@ on: env: DOCKER_BUILDKIT: "1" PRODUCT_NAME: "p2pool" - PACKAGE_VERSION: "v4.15" + PACKAGE_VERSION: "v4.15.1" BUILDX_NO_DEFAULT_ATTESTATIONS: "1" jobs: diff --git a/README.md b/README.md index 9c2f7a2..88ac49d 100644 --- a/README.md +++ b/README.md @@ -48,14 +48,14 @@ sudo systemctl enable --now p2pool.service # Alpine 构建(推荐,体积更小) docker buildx build --pull \ --platform linux/amd64 \ - --build-arg P2POOL_VERSION=v4.15 \ + --build-arg P2POOL_VERSION=v4.15.1 \ --output type=local,dest=./output \ -f docker/Dockerfile.alpine . # Ubuntu 构建 docker buildx build --pull \ --platform linux/amd64 \ - --build-arg P2POOL_VERSION=v4.15 \ + --build-arg P2POOL_VERSION=v4.15.1 \ --output type=local,dest=./output \ -f docker/Dockerfile.ubuntu . ``` diff --git a/debian/build-deb.sh b/debian/build-deb.sh index 46aa9f1..65e3b77 100755 --- a/debian/build-deb.sh +++ b/debian/build-deb.sh @@ -4,7 +4,7 @@ set -e # 参数检查 if [ $# -ne 3 ]; then echo "Usage: $0 " - echo "Example: $0 amd64 v4.15 p2pool-amd64-ubuntu-v4.15.tar.gz" + echo "Example: $0 amd64 v4.15.1 p2pool-amd64-ubuntu-v4.15.1.tar.gz" exit 1 fi