From 4b13d0a856ee233ccd9bb677e98e1c576b9af6d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Feb 2026 23:25:01 +0000 Subject: [PATCH] Bump ubuntu from 22.04 to 24.04 Bumps ubuntu from 22.04 to 24.04. --- updated-dependencies: - dependency-name: ubuntu dependency-version: '24.04' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile.ubuntu-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.ubuntu-build b/Dockerfile.ubuntu-build index c99e2ad..533db5b 100644 --- a/Dockerfile.ubuntu-build +++ b/Dockerfile.ubuntu-build @@ -1,7 +1,7 @@ # Contenedor Ubuntu para probar Remote Execution desde Linux # Este contenedor tiene Bazel y acceso al código para verificar que RE funciona -FROM ubuntu:22.04 +FROM ubuntu:24.04 # Evitar prompts interactivos ENV DEBIAN_FRONTEND=noninteractive