Skip to content

Commit

Permalink
Merge pull request #117 from msherif1234/fix-crio
Browse files Browse the repository at this point in the history
Fix crio
  • Loading branch information
mergify[bot] authored Aug 30, 2024
2 parents d3a59a8 + 4945127 commit 076e261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Containerfile.bpfman-agent.openshift
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ COPY --from=bpfman-agent-build /usr/src/bpfman-operator/bpfman-agent .

# Install crictl
RUN ${DNF_CMD} -y install wget tar gzip ca-certificates
ARG VERSION="v1.28.0"
ARG VERSION="v1.31.0"
RUN wget https://github.com/kubernetes-sigs/cri-tools/releases/download/${VERSION}/crictl-${VERSION}-linux-${TARGETARCH}.tar.gz
RUN tar zxvf crictl-${VERSION}-linux-${TARGETARCH}.tar.gz -C /usr/local/bin
RUN rm -f crictl-${VERSION}-linux-${TARGETARCH}.tar.gz
Expand Down

0 comments on commit 076e261

Please sign in to comment.