From 7ca67243497dfa7234a40babdbf03ccb70ef31a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 19:38:39 +0000 Subject: [PATCH] Bump library/ubuntu from 22.04 to 24.04 Bumps library/ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: library/ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile-build b/Dockerfile-build index b617b71a..ad93d055 100644 --- a/Dockerfile-build +++ b/Dockerfile-build @@ -1,4 +1,4 @@ -FROM docker.io/library/ubuntu:22.04 as build +FROM docker.io/library/ubuntu:24.04 as build RUN apt-get update -y