From ab49507c0741b698da74e0b993cff4e6026d38be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 00:28:00 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20240429 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 197f94a..128642d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20240423 +FROM ubuntu:noble-20240429 RUN \ apt update && \