Skip to content

Commit

Permalink
update admin-helper to v0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
anjannath authored and praveenkumar committed Jun 20, 2024
1 parent 38811fe commit e52f746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/rpmbuild/Containerfile.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM quay.io/centos/centos:stream9
WORKDIR $APP_ROOT/src
RUN yum -y install git-core rpm-build dnf-plugins-core 'dnf-command(builddep)' \
https://github.com/crc-org/admin-helper/releases/download/v0.5.2/crc-admin-helper-0.5.2-1.el8.x86_64.rpm \
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/machine-driver-libvirt/releases/download/0.13.8/crc-driver-libvirt-0.13.8-1.el8.x86_64.rpm
COPY . .
RUN mkdir -p ~/rpmbuild/SOURCES/ && \
Expand Down
2 changes: 1 addition & 1 deletion pkg/crc/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var (
)

const (
crcAdminHelperVersion = "0.5.2"
crcAdminHelperVersion = "0.5.4"
win32BackgroundLauncherVersion = "0.0.0.1"
)

Expand Down

0 comments on commit e52f746

Please sign in to comment.