From ede460b0ed90da40332e501612f64070c34e89b8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Jun 2024 01:58:20 +0300 Subject: [PATCH] =?UTF-8?q?fix(container):=20update=20ubuntu=20(=20noble-2?= =?UTF-8?q?0240530=20=E2=86=92=20noble-20240605=20)=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 81e821b..4d478c9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG UBUNTU_VERSION="noble-20240530" +ARG UBUNTU_VERSION="noble-20240605" ARG XMRIG_VERSION="v6.21.3" FROM ubuntu:${UBUNTU_VERSION} as prepare