From 99a40361d73131b474222f7957f24cf3f69dc383 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 23:43:44 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bc02d9d..56fb1ad 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use an official Ubuntu as a parent image -FROM ubuntu:22.04 +FROM ubuntu:24.04 # Set the working directory in the container WORKDIR /usr/src/tmp