From f330492cdaf033e224c4755f7bfc7998239555d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 22:17:58 +0000 Subject: [PATCH] build(deps): bump ubuntu/ubuntu in /containerization/docker/ubuntu Bumps ubuntu/ubuntu from 25.04 to 25.10. --- updated-dependencies: - dependency-name: ubuntu/ubuntu dependency-version: '25.10' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- containerization/docker/ubuntu/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/containerization/docker/ubuntu/Dockerfile b/containerization/docker/ubuntu/Dockerfile index fea65fde..96e1e842 100644 --- a/containerization/docker/ubuntu/Dockerfile +++ b/containerization/docker/ubuntu/Dockerfile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright (c) 2020-2025 Intel Corporation. -FROM public.ecr.aws/ubuntu/ubuntu:25.04 AS build +FROM public.ecr.aws/ubuntu/ubuntu:25.10 AS build # Setup container to build CNDP applications ENV DEBIAN_FRONTEND=noninteractive @@ -102,7 +102,7 @@ RUN go build prometheus.go # RUN CNDP_INSTALL_PATH="/cndp" cargo install --root /cndp/usr/local/ --path examples/fwd # Setup container to run CNDP applications -FROM public.ecr.aws/ubuntu/ubuntu:25.04 +FROM public.ecr.aws/ubuntu/ubuntu:25.10 # Ubuntu 20.04 has libjson-c4 but Ubuntu 21.04 has libjson-c5. Try either. ENV DEBIAN_FRONTEND=noninteractive