Dockerfile: update RootlessKit to v2.3.2

https://github.com/rootless-containers/rootlesskit/releases/tag/v2.3.2

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
Akihiro Suda
2025-01-20 11:25:50 +09:00
parent f3f9641f5d
commit aa565ec1ef
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# When updating, also update vendor.mod and Dockerfile accordingly.
: "${ROOTLESSKIT_VERSION:=v2.3.1}"
: "${ROOTLESSKIT_VERSION:=v2.3.2}"
install_rootlesskit() {
case "$1" in