Skip to content

Commit

Permalink
Merge pull request #26 from mgfritch/upstream-cve
Browse files Browse the repository at this point in the history
Update to resolve upstream CVEs
  • Loading branch information
mgfritch authored Mar 27, 2024
2 parents 34e8498 + 51059a9 commit 146b551
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.21.8b1

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 146b551

Please sign in to comment.