full diff: https://github.com/rootless-containers/rootlesskit/compare/v2.3.4...v2.3.5
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
| ... | ... |
@@ -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 |