From f4a6f17ff2c40bd4d634645fc9fd041ee6c5dc04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:57:20 +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 f9fa9e7..be1f681 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:18.04 +FROM ubuntu:24.04 LABEL maintainer="Yusuke KOMORI"