Skip to content

Commit

Permalink
Update to resolve upstream CVEs
Browse files Browse the repository at this point in the history
CVE-2021-38561, CVE-2022-32149

Signed-off-by: Michael Fritch <[email protected]>
  • Loading branch information
mgfritch committed Mar 27, 2024
1 parent 13b6380 commit f94e27d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
ARG TAG="v1.0.3"
ARG COMMIT="fc002af57a81855542759d0f77d16dacd7e1aa38"
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.21.8b1

Expand All @@ -12,7 +13,7 @@ ARG TAG
RUN git clone --depth=1 https://github.com/k8snetworkplumbingwg/ib-sriov-cni
WORKDIR ib-sriov-cni
RUN git fetch --all --tags --prune
RUN git checkout tags/${TAG} -b ${TAG}
RUN git checkout ${COMMIT} -b ${TAG}
RUN make clean && make build

# Create the sriov-cni image
Expand Down

0 comments on commit f94e27d

Please sign in to comment.