Browse Source

bump up rootlesskit (fix armv7 compilation failure)

https://github.com/rootless-containers/rootlesskit/issues/41

Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
Akihiro Suda 6 năm trước cách đây
mục cha
commit
bcc4c03092

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

@@ -1,7 +1,7 @@
 #!/bin/sh
 #!/bin/sh
 
 
-# v0.3.0-alpha.0
-ROOTLESSKIT_COMMIT=3c4582e950e3a67795c2832179c125b258b78124
+# v0.3.0-alpha.1
+ROOTLESSKIT_COMMIT=7905ee34b3d9d1f27fe2ffa3c5fd3d01bb3644dd
 
 
 install_rootlesskit() {
 install_rootlesskit() {
 	case "$1" in
 	case "$1" in