From 4de2c46827fd6aba19ed8c9f053e73247eb701d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 03:51:49 +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