From 188f14ccc34d71a3c91679381ab029b0d234ecf4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 12:38:41 +0000 Subject: [PATCH] chore(deps): update dependency schernykh/p2pool to v4.17.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 21ef304..0d2537b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # renovate: datasource=github-releases depName=SChernykh/p2pool -ARG P2POOL_BRANCH=v4.17 +ARG P2POOL_BRANCH=v4.17.1 # Pin to the latest Ubuntu LTS for the build image base (kept current by Renovate) FROM ubuntu:26.04 AS build