Skip to content

Commit

Permalink
Chore(pumba): Fix image vulnerability of pumba with latest version 0.…
Browse files Browse the repository at this point in the history
…8.0 (#197)

Signed-off-by: udit <udit@chaosnative.com>
  • Loading branch information
uditgaurav committed Nov 3, 2021
1 parent be5aa56 commit 4bb6933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/hardened-alpine/experiment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN curl -L https://github.com/kubernetes-sigs/cri-tools/releases/download/v1.16
tar zxvf crictl-v1.16.0-linux-${TARGETARCH}.tar.gz -C /usr/local/bin

#Installing pumba binaries
ENV PUMBA_VERSION="0.7.7"
ENV PUMBA_VERSION="0.8.0"
RUN curl -L https://github.com/alexei-led/pumba/releases/download/${PUMBA_VERSION}/pumba_linux_${TARGETARCH} --output /usr/local/bin/pumba && chmod +x /usr/local/bin/pumba

#Installing promql cli binaries
Expand Down

0 comments on commit 4bb6933

Please sign in to comment.