From 4200790222ef92bf88400ce19902fe3c66ae01bd Mon Sep 17 00:00:00 2001 From: Raul Sevilla Date: Fri, 3 Nov 2023 14:17:32 +0100 Subject: [PATCH] Bump hloader Signed-off-by: Raul Sevilla --- containers/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/Containerfile b/containers/Containerfile index 8513e0b..92042f3 100644 --- a/containers/Containerfile +++ b/containers/Containerfile @@ -7,4 +7,4 @@ FROM registry.access.redhat.com/ubi8/ubi:latest RUN dnf install -y iproute procps-ng COPY --from=builder /wrk/wrk /usr/bin/wrk COPY json.lua json.lua -RUN curl -L -sS https://github.com/rsevilla87/hloader/releases/download/v0.1.0/hloader-Linux-v0.1.0-x86_64.tar.gz | tar xz -C /usr/bin/ +RUN curl -L -sS https://github.com/rsevilla87/hloader/releases/download/v0.2.0/hloader-Linux-v0.2.0-x86_64.tar.gz | tar xz -C /usr/bin/