File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
github.com/opencontainers/runc/libcontainer/user Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# syntax=docker/dockerfile-upstream:master
2
2
3
- ARG RUNC_VERSION=v1.1.7
3
+ ARG RUNC_VERSION=v1.1.9
4
4
ARG CONTAINERD_VERSION=v1.7.2
5
5
# containerd v1.6 for integration tests
6
6
ARG CONTAINERD_ALT_VERSION_16=v1.6.21
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ require (
51
51
github.com/morikuni/aec v1.0.0
52
52
github.com/opencontainers/go-digest v1.0.0
53
53
github.com/opencontainers/image-spec v1.1.0-rc3
54
- github.com/opencontainers/runc v1.1.7
54
+ github.com/opencontainers/runc v1.1.9
55
55
github.com/opencontainers/runtime-spec v1.1.0-rc.2
56
56
github.com/opencontainers/selinux v1.11.0
57
57
github.com/package-url/packageurl-go v0.1.1-0.20220428063043-89078438f170
Original file line number Diff line number Diff line change @@ -992,8 +992,8 @@ github.com/opencontainers/runc v1.0.0-rc8.0.20190926000215-3e425f80a8c9/go.mod h
992
992
github.com/opencontainers/runc v1.0.0-rc9 /go.mod h1:qT5XzbpPznkRYVz/mWwUaVBUv2rmF59PVA73FjuZG0U =
993
993
github.com/opencontainers/runc v1.0.0-rc92 /go.mod h1:X1zlU4p7wOlX4+WRCz+hvlRv8phdL7UqbYD+vQwNMmE =
994
994
github.com/opencontainers/runc v1.0.0-rc93 /go.mod h1:3NOsor4w32B2tC0Zbl8Knk4Wg84SM2ImC1fxBuqJ/H0 =
995
- github.com/opencontainers/runc v1.1.7 h1:y2EZDS8sNng4Ksf0GUYNhKbTShZJPJg1FiXJNH/uoCk =
996
- github.com/opencontainers/runc v1.1.7 /go.mod h1:CbUumNnWCuTGFukNXahoo/RFBZvDAgRh/smNYNOhA50 =
995
+ github.com/opencontainers/runc v1.1.9 h1:XR0VIHTGce5eWPkaPesqTBrhW2yAcaraWfsEalNwQLM =
996
+ github.com/opencontainers/runc v1.1.9 /go.mod h1:CbUumNnWCuTGFukNXahoo/RFBZvDAgRh/smNYNOhA50 =
997
997
github.com/opencontainers/runtime-spec v0.1.2-0.20190507144316-5b71a03e2700 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
998
998
github.com/opencontainers/runtime-spec v1.0.1 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
999
999
github.com/opencontainers/runtime-spec v1.0.2-0.20190207185410-29686dbc5559 /go.mod h1:jwyrGlmzljRJv/Fgzds9SsS/C5hL+LL3ko9hs6T5lQ0 =
Original file line number Diff line number Diff line change @@ -658,7 +658,7 @@ github.com/opencontainers/go-digest
658
658
github.com/opencontainers/image-spec/identity
659
659
github.com/opencontainers/image-spec/specs-go
660
660
github.com/opencontainers/image-spec/specs-go/v1
661
- # github.com/opencontainers/runc v1.1.7
661
+ # github.com/opencontainers/runc v1.1.9
662
662
## explicit; go 1.17
663
663
github.com/opencontainers/runc/libcontainer/user
664
664
# github.com/opencontainers/runtime-spec v1.1.0-rc.2
You can’t perform that action at this time.
0 commit comments