From 0518013758de6d5b7d67b5e19305fe7d637f1ff5 Mon Sep 17 00:00:00 2001 From: Seth For Privacy <40500387+sethforprivacy@users.noreply.github.com> Date: Sun, 21 Jun 2026 14:01:02 -0400 Subject: [PATCH] Update P2POOL_BRANCH to version v4.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d6fb798..886c38c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG P2POOL_BRANCH=v4.16 +ARG P2POOL_BRANCH=v4.17 # Select latest Ubuntu LTS for the build image base FROM ubuntu:latest as build