From e40b5267c4fa8c51cf217314bd08a37c4ebfb416 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2024 08:45:59 +0000 Subject: [PATCH] chore(deps): update ubuntu docker tag to v24 --- itest/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itest/container/Dockerfile b/itest/container/Dockerfile index eedac3a..9256afb 100644 --- a/itest/container/Dockerfile +++ b/itest/container/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 RUN \ apt-get update