From 89aa6c04f7698fba49387ca1891412538951ac20 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 03:26:16 +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..4afbd53 100644 --- a/image/Containerfile +++ b/image/Containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04@sha256:0e5e4a57c2499249aafc3b40fcd541e9a456aab7296681a3994d631587203f97 +FROM ubuntu:24.04@sha256:80dd3c3b9c6cecb9f1667e9290b3bc61b78c2678c02cbdae5f0fea92cc6734ab VOLUME /var/lib/containers/storage USER root