From 0bc7dba09dde8b2d5386eb4067bc2c6b52c3f991 Mon Sep 17 00:00:00 2001 From: Seth For Privacy <40500387+sethforprivacy@users.noreply.github.com> Date: Wed, 10 Sep 2025 06:53:06 -0400 Subject: [PATCH] Bump to v4.10.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e16918..1184507 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG P2POOL_BRANCH=v4.10 +ARG P2POOL_BRANCH=v4.10.1 # Select latest Ubuntu LTS for the build image base FROM ubuntu:latest as build