Skip to content

Commit 70c2534

Browse files
Merge pull request #237 from saschagrunert/crun
Update crun to 1.21
2 parents 5c201b7 + 09ec581 commit 70c2534

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ dependencies:
147147
match: runc
148148

149149
- name: crun (latest)
150-
version: 1.20
150+
version: 1.21
151151
refPaths:
152152
- path: templates/latest/cri-o/bundle/versions
153153
match: crun

Diff for: templates/latest/cri-o/bundle/versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ declare -A VERSIONS=(
77
["conmon"]=v2.1.13
88
["conmon-rs"]=v0.6.6
99
["cri-tools"]=v1.32.0
10-
["crun"]=1.20
10+
["crun"]=1.21
1111
["runc"]=v1.2.6
1212
)
1313
export VERSIONS

0 commit comments

Comments
 (0)