From baf1c2b826ab102b2a8f2265c51ea7b88f1ef41f Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:23:50 +0000 Subject: [PATCH] Update Docker to v45 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- Containerfile | 2 +- containerfiles/dns/Containerfile | 2 +- node-images/fedora/Containerfile.disk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Containerfile b/Containerfile index 1e2873c..fd3b2c7 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # Build environment for bink CLI with all C dependencies -ARG FEDORA_VERSION=44 +ARG FEDORA_VERSION=45 FROM quay.io/fedora/fedora:${FEDORA_VERSION} AS builder # Install Go and required C libraries for Podman bindings diff --git a/containerfiles/dns/Containerfile b/containerfiles/dns/Containerfile index b5761e0..ea51e1d 100644 --- a/containerfiles/dns/Containerfile +++ b/containerfiles/dns/Containerfile @@ -1,4 +1,4 @@ -ARG FEDORA_VERSION=44 +ARG FEDORA_VERSION=45 FROM registry.fedoraproject.org/fedora-minimal:${FEDORA_VERSION} RUN microdnf install -y dnsmasq && microdnf clean all diff --git a/node-images/fedora/Containerfile.disk b/node-images/fedora/Containerfile.disk index ada72d7..5818dbb 100644 --- a/node-images/fedora/Containerfile.disk +++ b/node-images/fedora/Containerfile.disk @@ -1,4 +1,4 @@ -ARG FEDORA_VERSION=44 +ARG FEDORA_VERSION=45 FROM quay.io/fedora/fedora-minimal:${FEDORA_VERSION} AS builder RUN dnf install -y --setopt=install_weak_deps=0 qemu-kvm podman bcvk binutils && dnf clean all