diff --git a/Dockerfile b/Dockerfile index 91ce46e0bb..e57799ceef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -305,7 +305,7 @@ FROM tini-${TARGETOS} AS tini FROM base AS rootlesskit-src WORKDIR /usr/src/rootlesskit RUN git init . && git remote add origin "https://github.com/rootless-containers/rootlesskit.git" -ARG ROOTLESSKIT_VERSION=v2.3.5 +ARG ROOTLESSKIT_VERSION=v2.3.6 RUN git fetch -q --depth 1 origin "${ROOTLESSKIT_VERSION}" +refs/tags/*:refs/tags/* && git checkout -q FETCH_HEAD FROM base AS rootlesskit-build diff --git a/go.mod b/go.mod index 43c9265afe..c18acda826 100644 --- a/go.mod +++ b/go.mod @@ -89,7 +89,7 @@ require ( github.com/pelletier/go-toml v1.9.5 github.com/pkg/errors v0.9.1 github.com/prometheus/client_golang v1.23.2 - github.com/rootless-containers/rootlesskit/v2 v2.3.5 + github.com/rootless-containers/rootlesskit/v2 v2.3.6 github.com/sirupsen/logrus v1.9.3 github.com/spf13/cobra v1.10.2 github.com/spf13/pflag v1.0.10 diff --git a/go.sum b/go.sum index 0a549ba29a..60b828181c 100644 --- a/go.sum +++ b/go.sum @@ -555,8 +555,8 @@ github.com/prometheus/procfs v0.16.1 h1:hZ15bTNuirocR6u0JZ6BAHHmwS1p8B4P6MRqxtzM github.com/prometheus/procfs v0.16.1/go.mod h1:teAbpZRB1iIAJYREa1LsoWUXykVXA1KlTmWl8x/U+Is= github.com/rogpeppe/go-internal v1.14.1 h1:UQB4HGPB6osV0SQTLymcB4TgvyWu6ZyliaW0tI/otEQ= github.com/rogpeppe/go-internal v1.14.1/go.mod h1:MaRKkUm5W0goXpeCfT7UZI6fk/L7L7so1lCWt35ZSgc= -github.com/rootless-containers/rootlesskit/v2 v2.3.5 h1:WGY05oHE7xQpSkCGfYP9lMY5z19tCxA8PhWlvP1cKx8= -github.com/rootless-containers/rootlesskit/v2 v2.3.5/go.mod h1:83EIYLeMX8UeNgLHkR1PefoSV76aKEC+OyI3vzrEfvw= +github.com/rootless-containers/rootlesskit/v2 v2.3.6 h1:m/26nAx0DbHZYaM46+uoQjfpu9G77QLzWj2jz25chO8= +github.com/rootless-containers/rootlesskit/v2 v2.3.6/go.mod h1:pv+RESmjRmeUIOsEWOT1f8560CrdaQrDW0YsF4K5kAY= github.com/russross/blackfriday/v2 v2.1.0/go.mod h1:+Rmxgy9KzJVeS9/2gXHxylqXiyQDYRxCVz55jmeOWTM= github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= github.com/ryanuber/columnize v2.1.0+incompatible/go.mod h1:sm1tb6uqfes/u+d4ooFouqFdy9/2g9QGwK3SQygK0Ts= diff --git a/hack/dockerfile/install/rootlesskit.installer b/hack/dockerfile/install/rootlesskit.installer index 50d3cf8e3b..76de8ec9d4 100755 --- a/hack/dockerfile/install/rootlesskit.installer +++ b/hack/dockerfile/install/rootlesskit.installer @@ -1,7 +1,7 @@ #!/bin/sh # When updating, also update go.mod and Dockerfile accordingly. -: "${ROOTLESSKIT_VERSION:=v2.3.5}" +: "${ROOTLESSKIT_VERSION:=v2.3.6}" install_rootlesskit() { case "$1" in diff --git a/vendor/modules.txt b/vendor/modules.txt index 30d703d72b..4b71853e70 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1280,8 +1280,8 @@ github.com/prometheus/common/model github.com/prometheus/procfs github.com/prometheus/procfs/internal/fs github.com/prometheus/procfs/internal/util -# github.com/rootless-containers/rootlesskit/v2 v2.3.5 -## explicit; go 1.23.0 +# github.com/rootless-containers/rootlesskit/v2 v2.3.6 +## explicit; go 1.24.2 github.com/rootless-containers/rootlesskit/v2/pkg/api github.com/rootless-containers/rootlesskit/v2/pkg/api/client github.com/rootless-containers/rootlesskit/v2/pkg/httputil