From f82c9f13ff815c6102ab728323dd7d6103c9df05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Feb 2024 06:37:31 +0000 Subject: [PATCH] Bump ubuntu from 23.10 to 24.04 in /build Bumps ubuntu from 23.10 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Dockerfile b/build/Dockerfile index 8992e361..3bf29e2a 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -1,4 +1,4 @@ -FROM ubuntu:23.10 as base +FROM ubuntu:24.04 as base RUN apt-get update && \ apt-get install --no-install-recommends --no-install-suggests -y \