Browse code

Dockerfile: update rootlesskit to v2.3.5

full diff: https://github.com/rootless-containers/rootlesskit/compare/v2.3.4...v2.3.5

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2025/08/23 04:32:31
Showing 2 changed files
... ...
@@ -318,7 +318,7 @@ FROM base AS rootlesskit-src
318 318
 WORKDIR /usr/src/rootlesskit
319 319
 RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
320 320
 # When updating, also update go.mod and hack/dockerfile/install/rootlesskit.installer accordingly.
321
-ARG ROOTLESSKIT_VERSION=v2.3.4
321
+ARG ROOTLESSKIT_VERSION=v2.3.5
322 322
 RUN git fetch -q --depth 1 origin "${ROOTLESSKIT_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
323 323
 
324 324
 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.4}"
4
+: "${ROOTLESSKIT_VERSION:=v2.3.5}"
5 5
 
6 6
 install_rootlesskit() {
7 7
 	case "$1" in