Skip to content

Commit

Permalink
bump up runc
Browse files Browse the repository at this point in the history
Changes: opencontainers/runc@69663f0...12f6a99

Including critical security fix for `runc run --no-pivot` (`DOCKER_RAMDISK=1`): opencontainers/runc#1962

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
  • Loading branch information
AkihiroSuda committed Jan 15, 2019
1 parent 56ad4cd commit 6fb0a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/dockerfile/install/runc.installer
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
RUNC_COMMIT=69663f0bd4b60df09991c08812a60108003fa340
RUNC_COMMIT=12f6a991201fdb8f82579582d5e00e28fba06d0a

install_runc() {
# Do not build with ambient capabilities support
Expand Down

0 comments on commit 6fb0a05

Please sign in to comment.