From 9184fb991ce49e87df0358c0023c0f94cbcc573d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2026 17:44:24 +0000 Subject: [PATCH] build(deps): bump the docker group across 3 directories with 1 update Bumps the docker group with 1 update in the /build/monero directory: ubuntu. Bumps the docker group with 1 update in the /build/p2pool directory: ubuntu. Bumps the docker group with 1 update in the /build/xmrig-proxy directory: ubuntu. Updates `ubuntu` from `4fbb8e6` to `561618e` Updates `ubuntu` from `4fbb8e6` to `561618e` Updates `ubuntu` from `4fbb8e6` to `561618e` --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production dependency-group: docker - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production dependency-group: docker - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production dependency-group: docker ... Signed-off-by: dependabot[bot] --- build/monero/Dockerfile | 2 +- build/p2pool/Dockerfile | 2 +- build/xmrig-proxy/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/monero/Dockerfile b/build/monero/Dockerfile index 443ba1af..54db6c4b 100644 --- a/build/monero/Dockerfile +++ b/build/monero/Dockerfile @@ -1,5 +1,5 @@ # Pinned by digest (#135) so the ubuntu:24.04 tag can't be silently re-pointed. -FROM ubuntu:24.04@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90 +FROM ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea # Install system dependencies required for downloading, verifying, and configuring the node # 'gettext-base' provides 'envsubst' for template processing in entrypoint.sh diff --git a/build/p2pool/Dockerfile b/build/p2pool/Dockerfile index c975e493..1da78dac 100644 --- a/build/p2pool/Dockerfile +++ b/build/p2pool/Dockerfile @@ -1,5 +1,5 @@ # Pinned by digest (#135) so the ubuntu:24.04 tag can't be silently re-pointed. -FROM ubuntu:24.04@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90 +FROM ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea ARG P2POOL_VERSION=v4.16 ARG P2POOL_HASH=1b03b2e4d4adfe488b2867eb85b57366fbaf8594a7f84cdbf13a3c8519159280 diff --git a/build/xmrig-proxy/Dockerfile b/build/xmrig-proxy/Dockerfile index 5a6233e5..7d599c5a 100644 --- a/build/xmrig-proxy/Dockerfile +++ b/build/xmrig-proxy/Dockerfile @@ -1,5 +1,5 @@ # Pinned by digest (#135) so the ubuntu:24.04 tag can't be silently re-pointed. -FROM ubuntu:24.04@sha256:4fbb8e6a8395de5a7550b33509421a2bafbc0aab6c06ba2cef9ebffbc7092d90 +FROM ubuntu:24.04@sha256:561618e2c15bf2397621dd04f96926663a3b5616c189cf7e38db7e82f5c538ea # Define XMRig Proxy version and SHA256 hash for binary verification # Refer to https://github.com/xmrig/xmrig-proxy/releases for validation