Skip to content

Commit

Permalink
Update to resolve upstream CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
mgfritch committed Mar 27, 2024
1 parent ed22ba1 commit 51059a9
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.5"
ARG COMMIT="52f0664ffcf3b76344374426030b18158567ed40"
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.20.7b3

Expand All @@ -10,7 +11,7 @@ ARG TAG
RUN git clone --depth=1 https://github.com/k8snetworkplumbingwg/network-resources-injector
WORKDIR network-resources-injector
RUN git fetch --all --tags --prune
RUN git checkout tags/${TAG} -b ${TAG}
RUN git checkout ${COMMIT} -b ${TAG}
RUN make

# Create the network resources injector image
Expand Down

0 comments on commit 51059a9

Please sign in to comment.