From 00045860741602b37c81b9184cf805cf5e8b36ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:35:12 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 --- images/base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/base/Dockerfile b/images/base/Dockerfile index 171befc..baaefe0 100644 --- a/images/base/Dockerfile +++ b/images/base/Dockerfile @@ -19,7 +19,7 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE # SOFTWARE. -FROM ubuntu:mantic +FROM ubuntu:noble # For now, this will be `noel` as the user. You can extend this to be whatever you like. ENV USERNAME=noel \