Skip to content

Commit 49fd8df

Browse files
committed
Dockerfile: update RootlessKit to v2.0.2
rootless-containers/rootlesskit@v2.0.1...v2.0.2 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 72ec187 commit 49fd8df

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ FROM base AS rootlesskit-src
352352
WORKDIR /usr/src/rootlesskit
353353
RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git"
354354
# 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
356356
RUN git fetch -q --depth 1 origin "${ROOTLESSKIT_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
357357

358358
FROM base AS rootlesskit-build

hack/dockerfile/install/rootlesskit.installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
# When updating, also update vendor.mod and Dockerfile accordingly.
4-
: "${ROOTLESSKIT_VERSION:=v2.0.1}"
4+
: "${ROOTLESSKIT_VERSION:=v2.0.2}"
55

66
install_rootlesskit() {
77
case "$1" in

0 commit comments

Comments
 (0)