From 986aca17c24761d8c60723a27f7a507aad916dd5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2024 02:13:57 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20241009 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index efa97db..ccc7940 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20240801 +FROM ubuntu:noble-20241009 RUN \ apt update && \