Skip to content
This repository was archived by the owner on Oct 13, 2023. It is now read-only.

Commit c13dfa3

Browse files
committed
bump up rootlesskit to v0.10.0
Fix port forwarder resource leak (rootless-containers/rootlesskit#153). Changes: rootless-containers/rootlesskit@v0.9.5...v0.10.0 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> (cherry picked from commit 5bc41368d9dd8e020732e4cd9fcbc8231a9b75b2) Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp> Upstream-commit: 9dc455dffb3381edb4071c6ad8b16661844fbee6 Component: engine
1 parent b714998 commit c13dfa3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/engine/hack/dockerfile/install/rootlesskit.installer

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

3-
# v0.9.5
4-
: ${ROOTLESSKIT_COMMIT:=3f5728fbb2b6abdc63d59759e72735442ce6424e}
3+
# v0.10.0
4+
: ${ROOTLESSKIT_COMMIT:=f766387c3b360bc6dc6c2f353e9e630cf2c6ee86}
55

66
install_rootlesskit() {
77
case "$1" in

0 commit comments

Comments
 (0)