diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-01-18 12:08:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-18 12:08:58 +0000 |
commit | 4adf457ff3619fd8b99f025c5ea67b7dac96fea8 (patch) | |
tree | fa8c3baf9f857f89fff860699101ba00748ec92e /vendor/github.com/seccomp/libseccomp-golang/README.md | |
parent | d6b0720b9cd5d993dffc229e73d8377aae2c2ed4 (diff) | |
download | podman-4adf457ff3619fd8b99f025c5ea67b7dac96fea8.tar.gz podman-4adf457ff3619fd8b99f025c5ea67b7dac96fea8.tar.bz2 podman-4adf457ff3619fd8b99f025c5ea67b7dac96fea8.zip |
Bump github.com/opencontainers/runc from 1.0.3 to 1.1.0
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/opencontainers/runc/releases)
- [Changelog](https://github.com/opencontainers/runc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/opencontainers/runc/compare/v1.0.3...v1.1.0)
---
updated-dependencies:
- dependency-name: github.com/opencontainers/runc
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vendor/github.com/seccomp/libseccomp-golang/README.md')
-rw-r--r-- | vendor/github.com/seccomp/libseccomp-golang/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/seccomp/libseccomp-golang/README.md b/vendor/github.com/seccomp/libseccomp-golang/README.md index 27423f2d9..806a5ddf2 100644 --- a/vendor/github.com/seccomp/libseccomp-golang/README.md +++ b/vendor/github.com/seccomp/libseccomp-golang/README.md @@ -2,7 +2,7 @@ =============================================================================== https://github.com/seccomp/libseccomp-golang -[![Build Status](https://img.shields.io/travis/seccomp/libseccomp-golang/master.svg)](https://travis-ci.org/seccomp/libseccomp-golang) +[![Build Status](https://img.shields.io/travis/seccomp/libseccomp-golang/main.svg)](https://travis-ci.org/seccomp/libseccomp-golang) The libseccomp library provides an easy to use, platform independent, interface to the Linux Kernel's syscall filtering mechanism. The libseccomp API is |