From 24c791308a9561047d3ac35ff076246213bcd2b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 01:22:27 +0000 Subject: [PATCH] Update ubuntu Docker tag to noble-20240605 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db8a751..aaeb2e4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:noble-20240530 +FROM ubuntu:noble-20240605 RUN \ apt update && \