Browse Source

Merge pull request #42293 from AkihiroSuda/rootlesskit-0.14.2

bump up rootlesskit to v0.14.2 (Fix `Timed out proxy starting the userland proxy.` error with `DOCKERD_ROOTLESS_ROOTLESSKIT_PORT_DRIVER=slirp4netns`)
Tianon Gravi 4 years ago
parent
commit
bcdb3c7368
1 changed files with 2 additions and 2 deletions
  1. 2 2
      hack/dockerfile/install/rootlesskit.installer

+ 2 - 2
hack/dockerfile/install/rootlesskit.installer

@@ -1,7 +1,7 @@
 #!/bin/sh
 
-# v0.14.1
-: "${ROOTLESSKIT_COMMIT:=ed9b8c5cc48d29d0a979dae52a24f6e886795abd}"
+# v0.14.2
+: "${ROOTLESSKIT_COMMIT:=4cd567642273d369adaadcbadca00880552c1778}"
 
 install_rootlesskit() {
 	case "$1" in