From 1aaeaff282d8a0af13cd741d9e2f8a56bf3cee3f Mon Sep 17 00:00:00 2001 From: hundehausen <25672277+hundehausen@users.noreply.github.com> Date: Thu, 31 Aug 2023 12:02:53 +0200 Subject: [PATCH] Update p2pool v3.6 [Release Notes](https://github.com/SChernykh/p2pool/releases/tag/v3.6) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fd402d2..8195121 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG P2POOL_BRANCH=v3.5 +ARG P2POOL_BRANCH=v3.6 # Select latest Ubuntu LTS for the build image base FROM ubuntu:latest as build