Skip to content

Commit

Permalink
chore: Bump to latest upstream version in Dockerfile
Browse files Browse the repository at this point in the history
Made with ❤️️ by updatecli
  • Loading branch information
github-actions[bot] committed Jun 19, 2024
1 parent ee0813b commit f750fa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG TAG="v1.0.3"
ARG TAG=v1.1.1
ARG COMMIT="fc002af57a81855542759d0f77d16dacd7e1aa38"
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.20.14b1
Expand All @@ -9,7 +9,7 @@ RUN set -x && \
apk --no-cache add \
git \
make
ARG TAG
ARG TAG=v1.1.1
RUN git clone --depth=1 https://github.com/k8snetworkplumbingwg/ib-sriov-cni
WORKDIR ib-sriov-cni
RUN git fetch --all --tags --prune
Expand Down

0 comments on commit f750fa0

Please sign in to comment.