From af202ede32aded3084ca971cc55d4ada320b359b Mon Sep 17 00:00:00 2001 From: Seth For Privacy Date: Wed, 30 Mar 2022 15:53:37 -0400 Subject: [PATCH] Bump to v1.9 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 31990ae..74fd737 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG P2POOL_BRANCH=v1.8 +ARG P2POOL_BRANCH=v1.9 # Select Ubuntu 20.04LTS for the build image base FROM ubuntu:20.04 as build