From b28604ddf19eaa49ad4ab23a46c1383974527037 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 02:30:59 +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 ac5c311..8da3cbd 100644 --- a/image/Containerfile +++ b/image/Containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04@sha256:19478ce7fc2ffbce89df29fea5725a8d12e57de52eb9ea570890dc5852aac1ac +FROM ubuntu:24.04@sha256:2e863c44b718727c860746568e1d54afd13b2fa71b160f5cd9058fc436217b30 VOLUME /var/lib/containers/storage USER root