diff --git a/images/rpmbuild/Containerfile.in b/images/rpmbuild/Containerfile.in index ae34061edd..d57f3f345d 100644 --- a/images/rpmbuild/Containerfile.in +++ b/images/rpmbuild/Containerfile.in @@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream8 WORKDIR $APP_ROOT/src RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \ https://github.com/code-ready/admin-helper/releases/download/0.0.10/crc-admin-helper-0.0.10-1.el8.x86_64.rpm \ - https://github.com/code-ready/machine-driver-libvirt/releases/download/0.13.2/crc-driver-libvirt-0.13.2-1.el8.x86_64.rpm + https://github.com/code-ready/machine-driver-libvirt/releases/download/0.13.3/crc-driver-libvirt-0.13.3-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 6cddcddf54..9fbbdafab4 100644 --- a/pkg/crc/machine/libvirt/constants.go +++ b/pkg/crc/machine/libvirt/constants.go @@ -17,7 +17,7 @@ const ( const ( MachineDriverCommand = "crc-driver-libvirt" - MachineDriverVersion = "0.13.2" + MachineDriverVersion = "0.13.3" ) var (