diff --git a/images/rpmbuild/Containerfile.in b/images/rpmbuild/Containerfile.in index a8173b7901..fc8099a573 100644 --- a/images/rpmbuild/Containerfile.in +++ b/images/rpmbuild/Containerfile.in @@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream9 WORKDIR $APP_ROOT/src RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \ https://github.com/crc-org/admin-helper/releases/download/v0.5.4/crc-admin-helper-0.5.4-1.el8.x86_64.rpm \ - https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.8/crc-driver-libvirt-0.13.8-1.el8.x86_64.rpm + https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.9/crc-driver-libvirt-0.13.9-1.el8.x86_64.rpm COPY . . RUN mkdir -p ~/rpmbuild/SOURCES/ && \ git archive --format=tar --prefix=crc-__VERSION__-__OPENSHIFT_VERSION__/ HEAD | gzip >~/rpmbuild/SOURCES/crc-__VERSION__.tar.gz diff --git a/pkg/crc/machine/libvirt/constants.go b/pkg/crc/machine/libvirt/constants.go index 4f5f0e9be1..e4c3949e57 100644 --- a/pkg/crc/machine/libvirt/constants.go +++ b/pkg/crc/machine/libvirt/constants.go @@ -21,7 +21,7 @@ const ( ) const ( - MachineDriverVersion = "0.13.8" + MachineDriverVersion = "0.13.9" ) var (