Skip to content

Commit baf1c2b

Browse files
Update Docker to v45
Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com>
1 parent bde1af4 commit baf1c2b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build environment for bink CLI with all C dependencies
2-
ARG FEDORA_VERSION=44
2+
ARG FEDORA_VERSION=45
33
FROM quay.io/fedora/fedora:${FEDORA_VERSION} AS builder
44

55
# Install Go and required C libraries for Podman bindings

containerfiles/dns/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG FEDORA_VERSION=44
1+
ARG FEDORA_VERSION=45
22
FROM registry.fedoraproject.org/fedora-minimal:${FEDORA_VERSION}
33

44
RUN microdnf install -y dnsmasq && microdnf clean all

node-images/fedora/Containerfile.disk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG FEDORA_VERSION=44
1+
ARG FEDORA_VERSION=45
22

33
FROM quay.io/fedora/fedora-minimal:${FEDORA_VERSION} AS builder
44
RUN dnf install -y --setopt=install_weak_deps=0 qemu-kvm podman bcvk binutils && dnf clean all

0 commit comments

Comments
 (0)