Skip to content

Commit

Permalink
Update Calico to v3.26.1
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Bonafiglia <[email protected]>
  • Loading branch information
rbrtbnfgl committed Aug 2, 2023
1 parent 0c848ea commit ea09fe3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG ARCH="amd64"
ARG TAG="v3.25.1"
ARG TAG="v3.26.1"
ARG BCI_IMAGE=registry.suse.com/bci/bci-base
ARG GO_IMAGE=rancher/hardened-build-base:v1.20.4b11
ARG GO_IMAGE=rancher/hardened-build-base:v1.20.7b2
ARG CNI_IMAGE=rancher/hardened-cni-plugins:v1.2.0-build20230523
ARG GOEXPERIMENT=boringcrypto

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.25.1$(BUILD_META)
TAG ?= v3.26.1$(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.25.1 make
TAG=v3.26.1 make
```

0 comments on commit ea09fe3

Please sign in to comment.