Browse code

Dockerfile: update RootlessKit to v2.0.2

https://github.com/rootless-containers/rootlesskit/compare/v2.0.1...v2.0.2

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

Akihiro Suda authored on 2024/03/06 07:38:55
Showing 2 changed files
... ...
@@ -352,7 +352,7 @@ FROM base AS rootlesskit-src
352 352
 WORKDIR /usr/src/rootlesskit
353 353
 RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
354 354
 # When updating, also update vendor.mod and hack/dockerfile/install/rootlesskit.installer accordingly.
355
-ARG ROOTLESSKIT_VERSION=v2.0.1
355
+ARG ROOTLESSKIT_VERSION=v2.0.2
356 356
 RUN git fetch -q --depth 1 origin "${ROOTLESSKIT_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
357 357
 
358 358
 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.0.1}"
4
+: "${ROOTLESSKIT_VERSION:=v2.0.2}"
5 5
 
6 6
 install_rootlesskit() {
7 7
 	case "$1" in