diff --git a/Containerfile b/Containerfile index 21e953f..fd3b2c7 100644 --- a/Containerfile +++ b/Containerfile @@ -1,5 +1,5 @@ # Build environment for bink CLI with all C dependencies -ARG FEDORA_VERSION=43 +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/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