summaryrefslogtreecommitdiff
path: root/hack/dockerfile
diff options
context:
space:
mode:
authorAkihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>2021-08-04 16:34:09 +0900
committerAkihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>2021-08-04 16:34:09 +0900
commit9499acc36092929d4737df5f1a64c36662bed39b (patch)
tree83aac2b74413c22d52ba7757a6dae7839022ad92 /hack/dockerfile
parent52af46671691dfb76772cbf6bac0f688e464fb5d (diff)
downloaddocker-9499acc36092929d4737df5f1a64c36662bed39b.tar.gz
bump up rootlesskit to v0.14.4
Fixes `panic: tap2vif: read: read /dev/net/tun: not pollable` on early start up of RootlessKit with VPNKit. Changes: - https://github.com/rootless-containers/rootlesskit/releases/tag/v0.14.4 - https://github.com/rootless-containers/rootlesskit/releases/tag/v0.14.3 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
Diffstat (limited to 'hack/dockerfile')
-rwxr-xr-xhack/dockerfile/install/rootlesskit.installer4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/dockerfile/install/rootlesskit.installer b/hack/dockerfile/install/rootlesskit.installer
index b2ec88f8e8..fe1b8d88dd 100755
--- a/hack/dockerfile/install/rootlesskit.installer
+++ b/hack/dockerfile/install/rootlesskit.installer
@@ -1,7 +1,7 @@
#!/bin/sh
-# v0.14.2
-: "${ROOTLESSKIT_COMMIT:=4cd567642273d369adaadcbadca00880552c1778}"
+# v0.14.4
+: "${ROOTLESSKIT_COMMIT:=87d443683ac1e8aba4110b8081f15aaae432aaa2}"
install_rootlesskit() {
case "$1" in