feat: 更新版本号至 v4.14,调整相关文档和配置示例
All checks were successful
Build and Release / build-and-test (amd64, alpine) (push) Successful in 8m40s
Build and Release / build-and-test (amd64, ubuntu) (push) Successful in -1m7s
Build and Release / build-and-test (arm64, alpine) (push) Successful in 5m48s
Build and Release / build-and-test (arm64, ubuntu) (push) Successful in -11s
Build and Release / release (push) Successful in -36s

This commit is contained in:
2026-03-02 09:56:13 +08:00
parent 676984ba8e
commit e4f8a390bb
4 changed files with 43 additions and 7 deletions

View File

@@ -50,14 +50,14 @@ sudo systemctl enable --now p2pool.service
# Alpine 构建(推荐,体积更小)
docker buildx build --pull \
--platform linux/amd64 \
--build-arg P2POOL_VERSION=v4.13 \
--build-arg P2POOL_VERSION=v4.14 \
--output type=local,dest=./output \
-f docker/Dockerfile.alpine .
# Ubuntu 构建
docker buildx build --pull \
--platform linux/amd64 \
--build-arg P2POOL_VERSION=v4.13 \
--build-arg P2POOL_VERSION=v4.14 \
--output type=local,dest=./output \
-f docker/Dockerfile.ubuntu .
```