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>
| ... | ... |
@@ -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 |