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

Commit 10edafe

Browse files
authored
Merge pull request #434 from AkihiroSuda/bump-up-rootlesskit-1903
[19.03 backport] rootless: fix proxying UDP packets Upstream-commit: ec50d8f81462c8fb42ad1a4334899a5a1cf0c2e4 Component: engine
2 parents ebff06c + 934fe59 commit 10edafe

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.7.0
4-
ROOTLESSKIT_COMMIT=791ac8cb209a107505cd1ca5ddf23a49913e176c
3+
# v0.7.1
4+
: ${ROOTLESSKIT_COMMIT:=76c4e26750da3986fa0e741464fbf0fcd55bea71}
55

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

0 commit comments

Comments
 (0)