From c95f0eb6ed95badaa6c4b3b1ffe165d33ff7d6d4 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux-kflux-prd-rh02[bot]" <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 04:10:16 +0000 Subject: [PATCH] Update registry.fedoraproject.org/fedora-minimal Docker tag to v44 Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com> --- Dockerfile.ci | 2 +- build/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile.ci b/Dockerfile.ci index df775ff49..b44c93d45 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -14,7 +14,7 @@ COPY . . RUN make build # Step two: containerize file-integrity-operator and AIDE together -FROM registry.fedoraproject.org/fedora-minimal:37 +FROM registry.fedoraproject.org/fedora-minimal:44 RUN microdnf -y install aide-0.16 RUN microdnf -y install aide golang && microdnf clean all diff --git a/build/Dockerfile b/build/Dockerfile index 64a14db4e..a8fdc889e 100644 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -14,7 +14,7 @@ COPY . . RUN make build # Step two: containerize file-integrity-operator and AIDE together -FROM registry.fedoraproject.org/fedora-minimal:37 +FROM registry.fedoraproject.org/fedora-minimal:44 RUN microdnf -y install aide-0.16 RUN microdnf -y install aide golang && microdnf clean all