Skip to content

Commit

Permalink
Merge pull request #86 from rancher/updatecli_main_d0d74959ef47a6c280…
Browse files Browse the repository at this point in the history
…8d8fe207b4ff2c1e6540af9bfda1fea292c7a6d8cdabd1

Bump plugins version to v1.6.2
  • Loading branch information
thomasferrandiz authored Jan 8, 2025
2 parents ff7afdc + 950dca6 commit 40c2ccc
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 set -x && \
xx-apk --no-cache add musl-dev gcc

FROM base_builder AS cni_plugins_builder
ARG TAG=v1.6.1
ARG TAG=v1.6.2
ARG FLANNEL_TAG=v1.6.0-flannel1
ARG GOEXPERIMENT
#clone and get dependencies
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 @@ BUILD_META=-build$(shell date +%Y%m%d)
TAG ?= ${GITHUB_ACTION_TAG}

ifeq ($(TAG),)
TAG := v1.6.1$(BUILD_META)
TAG := v1.6.2$(BUILD_META)
endif

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

0 comments on commit 40c2ccc

Please sign in to comment.