Browse code

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>

Akihiro Suda authored on 2025/01/20 11:25:50
Showing 2 changed files
... ...
@@ -356,7 +356,7 @@ FROM base AS rootlesskit-src
356 356
 WORKDIR /usr/src/rootlesskit
357 357
 RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
358 358
 # When updating, also update vendor.mod and hack/dockerfile/install/rootlesskit.installer accordingly.
359
-ARG ROOTLESSKIT_VERSION=v2.3.1
359
+ARG ROOTLESSKIT_VERSION=v2.3.2
360 360
 RUN git fetch -q --depth 1 origin "${ROOTLESSKIT_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
361 361
 
362 362
 FROM base AS rootlesskit-build
... ...
@@ -1,7 +1,7 @@
1 1
 #!/bin/sh
2 2
 
3 3
 # When updating, also update vendor.mod and Dockerfile accordingly.
4
-: "${ROOTLESSKIT_VERSION:=v2.3.1}"
4
+: "${ROOTLESSKIT_VERSION:=v2.3.2}"
5 5
 
6 6
 install_rootlesskit() {
7 7
 	case "$1" in