diff --git a/containerization/docker/fedora/Dockerfile b/containerization/docker/fedora/Dockerfile index 2ad221f3..6d2e0d9d 100644 --- a/containerization/docker/fedora/Dockerfile +++ b/containerization/docker/fedora/Dockerfile @@ -1,7 +1,7 @@ # SPDX-License-Identifier: BSD-3-Clause # Copyright (c) 2020-2025 Intel Corporation. -FROM fedora:42 AS build +FROM fedora:43 AS build # Setup container to build CNDP applications RUN dnf -y upgrade && dnf -y install \