Skip to content

Commit

Permalink
Merge pull request #11 from alauda/chore/upgrade-cni-to-1.6.0
Browse files Browse the repository at this point in the history
chore: upgrade cni to 1.6.0
  • Loading branch information
l-qing authored Nov 8, 2024
2 parents 4f8d972 + f664a7c commit 0251cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:
- commit=$(build.git.lastCommit.id)
- name: build-extra-args
value: >-
--build-arg app_version=$(build.git.version.docker)
--build-arg app_version=$(build.git.version.docker)
--build-arg commit_id=$(build.git.lastCommit.id)
--build-arg GIT_REVISION=$(build.git.lastCommit.id)
--build-arg GIT_VERSION=$(build.git.version.docker)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG CONTAINERD_VERSION=v1.7.11
ARG CONTAINERD_ALT_VERSION_16=v1.6.24
ARG REGISTRY_VERSION=v2.8.3
ARG ROOTLESSKIT_VERSION=v2.0.0
ARG CNI_VERSION=v1.5.1
ARG CNI_VERSION=v1.6.0
ARG STARGZ_SNAPSHOTTER_VERSION=v0.15.1
ARG NERDCTL_VERSION=v1.6.2
ARG DNSNAME_VERSION=v1.3.1
Expand Down

0 comments on commit 0251cdf

Please sign in to comment.