Skip to content

Commit

Permalink
podman/5.3.1-r0: cve remediation (#36917)
Browse files Browse the repository at this point in the history
  • Loading branch information
octo-sts[bot] and octo-sts[bot] authored Dec 16, 2024
1 parent d85b779 commit 184dfb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion podman.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: podman
version: 5.3.1
epoch: 0
epoch: 1
description: "A tool for managing OCI containers and pods"
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -46,6 +46,10 @@ pipeline:
tag: v${{package.version}}
expected-commit: 4cbdfde5d862dcdbe450c0f1d76ad75360f67a3c

- uses: go/bump
with:
deps: golang.org/x/[email protected]

- runs: |
make
# Would be great to run these tests eventually, but requires podman and a privileged container to do networking stuff
Expand Down

0 comments on commit 184dfb8

Please sign in to comment.