mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
![Sebastiaan van Stijn](/assets/img/avatar_default.png)
This bumps RunC and libcontainer to fix a regression in 1.13 that caused SELinux labels to not be applied correctly. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
11 lines
472 B
Bash
Executable file
11 lines
472 B
Bash
Executable file
#!/bin/sh
|
|
|
|
TOMLV_COMMIT=9baf8a8a9f2ed20a8e54160840c492f937eeaf9a
|
|
|
|
# When updating RUNC_COMMIT, also update runc in vendor.conf accordingly
|
|
RUNC_COMMIT=9df8b306d01f59d3a8029be411de015b7304dd8f
|
|
CONTAINERD_COMMIT=aa8187dbd3b7ad67d8e5e3a15115d3eef43a7ed1
|
|
TINI_COMMIT=949e6facb77383876aeff8a6944dde66b3089574
|
|
LIBNETWORK_COMMIT=0f534354b813003a754606689722fe253101bc4e
|
|
VNDR_COMMIT=f56bd4504b4fad07a357913687fb652ee54bb3b0
|
|
BINDATA_COMMIT=a0ff2567cfb70903282db057e799fd826784d41d
|