Skip to content

Commit b27fcee

Browse files
authored
Merge pull request #47264 from wolfi-dev/cve-wolfictl-cde784654e59f492b11af7d57a3ef6c2
wolfictl/0.31.1-r0: cve remediation
2 parents 99b9914 + 08c53c7 commit b27fcee

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

wolfictl.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package:
22
name: wolfictl
33
version: "0.31.1"
4-
epoch: 0
4+
epoch: 1
55
description: Helper CLI for managing Wolfi
66
copyright:
77
- license: Apache-2.0
@@ -13,6 +13,12 @@ pipeline:
1313
tag: v${{package.version}}
1414
expected-commit: ffb7f8d2233f6c60ff44435dd0fefdaf4090e011
1515

16+
- uses: go/bump
17+
with:
18+
deps: |-
19+
github.com/containerd/containerd@v1.7.27
20+
github.com/containerd/containerd/v2@v2.0.4
21+
1622
- uses: go/build
1723
with:
1824
packages: .

0 commit comments

Comments
 (0)