Skip to content

Commit

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

Bump to upstream version v0.15.7
  • Loading branch information
mgfritch authored Oct 29, 2024
2 parents c0919e4 + 116301b commit b161ac0
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 @@ -16,7 +16,7 @@ RUN go-assert-boring.sh bin/*

# Build node feature discovery
ARG ARCH="amd64"
ARG TAG=v0.15.6
ARG TAG=v0.15.7
ARG PKG="github.com/kubernetes-sigs/node-feature-discovery"
RUN git clone --depth=1 https://${PKG}.git $GOPATH/src/${PKG}
WORKDIR $GOPATH/src/${PKG}
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ REPO ?= rancher
IMAGE ?= $(REPO)/hardened-node-feature-discovery:$(TAG)

ifeq ($(TAG),)
TAG := v0.15.6$(BUILD_META)
TAG := v0.15.7$(BUILD_META)
endif

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

0 comments on commit b161ac0

Please sign in to comment.