We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f5ffd7 commit 2a64803Copy full SHA for 2a64803
2 files changed
images/rpmbuild/Containerfile.in
@@ -1,7 +1,7 @@
1
FROM quay.io/centos/centos:stream9
2
WORKDIR $APP_ROOT/src
3
RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \
4
- 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/admin-helper/releases/download/v0.5.5/crc-admin-helper-0.5.5-1.el8.x86_64.rpm \
5
https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.10/crc-driver-libvirt-0.13.10-1.el8.x86_64.rpm
6
COPY . .
7
RUN mkdir -p ~/rpmbuild/SOURCES/ && \
pkg/crc/version/version.go
@@ -32,7 +32,7 @@ var (
32
)
33
34
const (
35
- crcAdminHelperVersion = "0.5.4"
+ crcAdminHelperVersion = "0.5.5"
36
win32BackgroundLauncherVersion = "0.0.0.1"
37
38
0 commit comments