From 29fe4eea2d3fbc2728b136d06fb425ba4b91a52f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:42:49 +0000 Subject: [PATCH] Update ubuntu Docker tag to v24 --- image/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/Containerfile b/image/Containerfile index 4fe08ff..de263b2 100644 --- a/image/Containerfile +++ b/image/Containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 +FROM ubuntu:24.04@sha256:99c35190e22d294cdace2783ac55effc69d32896daaa265f0bbedbcde4fbe3e5 VOLUME /var/lib/containers/storage USER root