File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ FROM base AS rootlesskit-src
352352WORKDIR /usr/src/rootlesskit
353353RUN 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
356356RUN git fetch -q --depth 1 origin "${ROOTLESSKIT_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD
357357
358358FROM base AS rootlesskit-build
Original file line number Diff line number Diff line change 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
66install_rootlesskit () {
77 case " $1 " in
You can’t perform that action at this time.
0 commit comments