diff --git a/Dockerfile b/Dockerfile index 3452bba..c41a29b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG P2POOL_BRANCH=v3.3 +ARG P2POOL_BRANCH=v3.4 # Select latest Ubuntu LTS for the build image base FROM ubuntu:latest as build