From d2bed819bd006a05a15dd1626ce3fc1dce367c88 Mon Sep 17 00:00:00 2001 From: Seth For Privacy <40500387+sethforprivacy@users.noreply.github.com> Date: Fri, 1 May 2026 18:46:30 -0400 Subject: [PATCH] Bump to v4.15 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 34bba82..0f29aa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG P2POOL_BRANCH=v4.14 +ARG P2POOL_BRANCH=v4.15 # Select latest Ubuntu LTS for the build image base FROM ubuntu:latest as build