Skip to content

Commit 738b7ac

Browse files
anjannathpraveenkumar
authored andcommitted
Update admin-helper version in rpmbuild/Containerfile.in
this was missed in 6275ea7
1 parent 10885fa commit 738b7ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/rpmbuild/Containerfile.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM quay.io/centos/centos:stream8
22
WORKDIR $APP_ROOT/src
33
RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \
4-
https://github.com/code-ready/admin-helper/releases/download/0.0.10/crc-admin-helper-0.0.10-1.el8.x86_64.rpm \
4+
https://github.com/code-ready/admin-helper/releases/download/v0.0.11/crc-admin-helper-0.0.11-1.el8.x86_64.rpm \
55
https://github.com/code-ready/machine-driver-libvirt/releases/download/0.13.3/crc-driver-libvirt-0.13.3-1.el8.x86_64.rpm
66
COPY . .
77
RUN mkdir -p ~/rpmbuild/SOURCES/ && \

0 commit comments

Comments
 (0)