Skip to content

Commit 2a64803

Browse files
committed
bump admin-helper to 0.5.5
1 parent 8f5ffd7 commit 2a64803

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

images/rpmbuild/Containerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM quay.io/centos/centos:stream9
22
WORKDIR $APP_ROOT/src
33
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 \
4+
https://github.com/crc-org/admin-helper/releases/download/v0.5.5/crc-admin-helper-0.5.5-1.el8.x86_64.rpm \
55
https://github.com/crc-org/machine-driver-libvirt/releases/download/0.13.10/crc-driver-libvirt-0.13.10-1.el8.x86_64.rpm
66
COPY . .
77
RUN mkdir -p ~/rpmbuild/SOURCES/ && \

pkg/crc/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var (
3232
)
3333

3434
const (
35-
crcAdminHelperVersion = "0.5.4"
35+
crcAdminHelperVersion = "0.5.5"
3636
win32BackgroundLauncherVersion = "0.0.0.1"
3737
)
3838

0 commit comments

Comments
 (0)