From 9f2d9f92558b791a74293c731422f828349939da Mon Sep 17 00:00:00 2001 From: Seth For Privacy Date: Mon, 31 Oct 2022 14:09:26 -0400 Subject: [PATCH] Bump to v2.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bbadbc6..7ce42b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG P2POOL_BRANCH=v2.4 +ARG P2POOL_BRANCH=v2.5 # Select Ubuntu 20.04LTS for the build image base FROM ubuntu:20.04 as build