mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
update runc binary to v1.0.3
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
parent
f6848ae321
commit
53397ac539
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ set -e
|
||||||
# the containerd project first, and update both after that is merged.
|
# the containerd project first, and update both after that is merged.
|
||||||
#
|
#
|
||||||
# When updating RUNC_VERSION, consider updating runc in vendor.conf accordingly
|
# When updating RUNC_VERSION, consider updating runc in vendor.conf accordingly
|
||||||
: "${RUNC_VERSION:=v1.0.2}"
|
: "${RUNC_VERSION:=v1.0.3}"
|
||||||
|
|
||||||
install_runc() {
|
install_runc() {
|
||||||
RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"
|
RUNC_BUILDTAGS="${RUNC_BUILDTAGS:-"seccomp"}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue