From 99e34b3579677e92d1c3e9e83a88759efe04b48b Mon Sep 17 00:00:00 2001 From: Seth For Privacy <40500387+sethforprivacy@users.noreply.github.com> Date: Sun, 1 Mar 2026 20:12:03 -0500 Subject: [PATCH] Update P2POOL_BRANCH to version v4.14 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db6b8cd..34bba82 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG P2POOL_BRANCH=v4.13 +ARG P2POOL_BRANCH=v4.14 # Select latest Ubuntu LTS for the build image base FROM ubuntu:latest as build