From 71a2173a415f6302ebeea177adc7e1a458e2a84c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 21:24:55 +0000 Subject: [PATCH] Bump ubuntu from 22.04 to 24.04 in /test Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/Dockerfile-backend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Dockerfile-backend b/test/Dockerfile-backend index 9f85d168..2db71108 100644 --- a/test/Dockerfile-backend +++ b/test/Dockerfile-backend @@ -1,4 +1,4 @@ -FROM ubuntu:22.04 +FROM ubuntu:24.04 RUN apt-get update \ && apt-get install -y \