Skip to content

Commit

Permalink
fix: bump opencontainers/runc package version
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjingfm committed May 13, 2024
1 parent b543f4a commit 2524af3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .build/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,12 @@ spec:
- branch=$(build.git.branch)
- commit=$(build.git.lastCommit.id)
- name: build-extra-args
value: --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)
value: >-
--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)
--build-arg RUNC_VERSION=release-1.1
- name: platform
value:
- linux/amd64
Expand Down

0 comments on commit 2524af3

Please sign in to comment.