Browse code

Dockerfile: update RootlessKit to v2.3.6

Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>

Akihiro Suda authored on 2025/12/18 11:03:52
Showing 2 changed files
... ...
@@ -305,7 +305,7 @@ FROM tini-${TARGETOS} AS tini
305 305
 FROM base AS rootlesskit-src
306 306
 WORKDIR /usr/src/rootlesskit
307 307
 RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
308
-ARG ROOTLESSKIT_VERSION=v2.3.5
308
+ARG ROOTLESSKIT_VERSION=v2.3.6
309 309
 RUN git fetch -q --depth 1 origin "${ROOTLESSKIT_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
310 310
 
311 311
 FROM base AS rootlesskit-build
... ...
@@ -1,7 +1,7 @@
1 1
 #!/bin/sh
2 2
 
3 3
 # When updating, also update go.mod and Dockerfile accordingly.
4
-: "${ROOTLESSKIT_VERSION:=v2.3.5}"
4
+: "${ROOTLESSKIT_VERSION:=v2.3.6}"
5 5
 
6 6
 install_rootlesskit() {
7 7
 	case "$1" in