From 2111fc627c8cf0799d7dff6f367018270ab1d469 Mon Sep 17 00:00:00 2001 From: renovate-runner <group_3351_bot_4a05341cfc9052a34194c0edc27df2d2@noreply.code.vt.edu> Date: Thu, 26 Sep 2024 13:27:27 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 Changelog: modified --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d80f03a..5c0e241 100644 --- a/Dockerfile +++ b/Dockerfile @@ -103,7 +103,7 @@ RUN curl -sLO "https://github.com/starship/starship/releases/latest/download/sta # ------------------ # Install base # ------------------ -FROM ubuntu:jammy +FROM ubuntu:noble COPY entrypoint.sh / -- GitLab