Skip to content

Commit

Permalink
bump to calico v3.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasferrandiz committed Nov 9, 2023
1 parent cc2bade commit e1033d6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG ARCH="amd64"
ARG TAG="v3.26.1"
ARG TAG="v3.26.3"
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.20.7b3
ARG CNI_IMAGE=rancher/hardened-cni-plugins:v1.2.0-build20230523
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ endif

BUILD_META=-build$(shell date +%Y%m%d)
ORG ?= rancher
TAG ?= v3.26.1$(BUILD_META)
TAG ?= v3.26.3$(BUILD_META)

K3S_ROOT_VERSION ?= v0.11.0

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
## Build

```sh
TAG=v3.26.1 make
TAG=v3.26.3 make
```

0 comments on commit e1033d6

Please sign in to comment.