Skip to content

Commit e7e616a

Browse files
dependabot[bot]saschagrunert
authored andcommitted
build(deps): bump github.com/opencontainers/runc from 1.3.1 to 1.3.2
Bumps [github.com/opencontainers/runc](https://github.com/opencontainers/runc) from 1.3.1 to 1.3.2. - [Release notes](https://github.com/opencontainers/runc/releases) - [Changelog](https://github.com/opencontainers/runc/blob/v1.3.2/CHANGELOG.md) - [Commits](opencontainers/runc@v1.3.1...v1.3.2) --- updated-dependencies: - dependency-name: github.com/opencontainers/runc dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d2f0c9f commit e7e616a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ require (
1818
github.com/mogensen/kubernetes-split-yaml v0.4.0
1919
github.com/nxadm/tail v1.4.11
2020
github.com/opencontainers/image-spec v1.1.1
21-
github.com/opencontainers/runc v1.3.1
21+
github.com/opencontainers/runc v1.3.2
2222
github.com/opencontainers/runtime-spec v1.2.1
2323
github.com/openshift/api v0.0.0-20241204141306-c1fdeb0788c1
2424
github.com/pjbgf/go-apparmor v0.1.3-0.20241107184909-1375e5e7aa89

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,8 +1369,8 @@ github.com/opencontainers/go-digest v1.0.0 h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8
13691369
github.com/opencontainers/go-digest v1.0.0/go.mod h1:0JzlMkj0TRzQZfJkVvzbP0HBR3IKzErnv2BNG4W4MAM=
13701370
github.com/opencontainers/image-spec v1.1.1 h1:y0fUlFfIZhPF1W537XOLg0/fcx6zcHCJwooC2xJA040=
13711371
github.com/opencontainers/image-spec v1.1.1/go.mod h1:qpqAh3Dmcf36wStyyWU+kCeDgrGnAve2nCC8+7h8Q0M=
1372-
github.com/opencontainers/runc v1.3.1 h1:c/yY0oh2wK7tzDuD56REnSxyU8ubh8hoAIOLGLrm4SM=
1373-
github.com/opencontainers/runc v1.3.1/go.mod h1:9wbWt42gV+KRxKRVVugNP6D5+PQciRbenB4fLVsqGPs=
1372+
github.com/opencontainers/runc v1.3.2 h1:GUwgo0Fx9M/pl2utaSYlJfdBcXAB/CZXDxe322lvJ3Y=
1373+
github.com/opencontainers/runc v1.3.2/go.mod h1:F7UQQEsxcjUNnFpT1qPLHZBKYP7yWwk6hq8suLy9cl0=
13741374
github.com/opencontainers/runtime-spec v1.2.1 h1:S4k4ryNgEpxW1dzyqffOmhI1BHYcjzU8lpJfSlR0xww=
13751375
github.com/opencontainers/runtime-spec v1.2.1/go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0=
13761376
github.com/opencontainers/runtime-tools v0.9.1-0.20250523060157-0ea5ed0382a2 h1:2xZEHOdeQBV6PW8ZtimN863bIOl7OCW/X10K0cnxKeA=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1080,7 +1080,7 @@ github.com/opencontainers/go-digest
10801080
## explicit; go 1.18
10811081
github.com/opencontainers/image-spec/specs-go
10821082
github.com/opencontainers/image-spec/specs-go/v1
1083-
# github.com/opencontainers/runc v1.3.1
1083+
# github.com/opencontainers/runc v1.3.2
10841084
## explicit; go 1.23.0
10851085
github.com/opencontainers/runc/libcontainer/configs
10861086
github.com/opencontainers/runc/libcontainer/internal/userns

0 commit comments

Comments
 (0)