File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM quay.io/centos/centos:stream9
22WORKDIR $APP_ROOT/src
33RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \
44 https://github.com/crc-org/admin-helper/releases/download/v0.5.4/crc-admin-helper-0.5.4-1.el8.x86_64.rpm \
5- https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.8 /crc-driver-libvirt-0.13.8 -1.el8.x86_64.rpm
5+ https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.9 /crc-driver-libvirt-0.13.9 -1.el8.x86_64.rpm
66COPY . .
77RUN mkdir -p ~/rpmbuild/SOURCES/ && \
88 git archive --format=tar --prefix=crc-__VERSION__-__OPENSHIFT_VERSION__/ HEAD | gzip >~/rpmbuild/SOURCES/crc-__VERSION__.tar.gz
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const (
2121)
2222
2323const (
24- MachineDriverVersion = "0.13.8 "
24+ MachineDriverVersion = "0.13.9 "
2525)
2626
2727var (
You can’t perform that action at this time.
0 commit comments