Skip to content

Commit

Permalink
Merge pull request #47 from rancher/updatecli_main_1eebd83cdf50b6b85f…
Browse files Browse the repository at this point in the history
…2b9734d8925b1d515c7cf3eb31eadf38a95d63428f28ee

Bump to upstream version v2.8.1
  • Loading branch information
mgfritch authored Aug 20, 2024
2 parents c7c4303 + c9296af commit f63f5c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN set -x && \
apk --no-cache add \
git \
make
ARG TAG=v2.8.0
ARG TAG=v2.8.1
RUN git clone --depth=1 https://github.com/k8snetworkplumbingwg/sriov-cni
WORKDIR sriov-cni

Check warning on line 12 in Dockerfile

View workflow job for this annotation

GitHub Actions / push-multiarch

Relative workdir without an absolute workdir declared within the build can have unexpected results if the base image changes

WorkdirRelativePath: Relative workdir "sriov-cni" can have unexpected results if the base image changes More info: https://docs.docker.com/go/dockerfile/rule/workdir-relative-path/
RUN git fetch --all --tags --prune
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ORG ?= rancher
TAG ?= ${GITHUB_ACTION_TAG}

ifeq ($(TAG),)
TAG := v2.8.0$(BUILD_META)
TAG := v2.8.1$(BUILD_META)
endif

ifeq (,$(filter %$(BUILD_META),$(TAG)))
Expand Down

0 comments on commit f63f5c1

Please sign in to comment.