From f0f9059dd6b526382d89acf05799a5523dd59633 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 11:11:44 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v26 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 67c1b3b..76d1426 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG P2POOL_BRANCH=v4.17 # Pin to the latest Ubuntu LTS for the build image base (kept current by Renovate) -FROM ubuntu:24.04 as build +FROM ubuntu:26.04 as build LABEL author="sethforprivacy@protonmail.com" \ maintainer="sethforprivacy@protonmail.com" @@ -32,7 +32,7 @@ ARG NPROC RUN test -z "$NPROC" && nproc > /nproc || echo -n "$NPROC" > /nproc && mkdir build && cd build && cmake .. && make -j"$(cat /nproc)" # Pin to the latest Ubuntu LTS for the image base (kept current by Renovate) -FROM ubuntu:24.04 +FROM ubuntu:26.04 # Install only the runtime shared libraries that the p2pool binary links against # (runtime equivalents of the build-stage -dev packages, verified via ldd on the