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