Dockerfile: update rootlesskit to v1.1.1, and use tags as reference
Commit 0b1c1877c5285fc78c0faa35a040e255d46a40a6 updated the version in
hack/dockerfile/install/rootlesskit.installer, but forgot to update the
version in Dockerfile.
Also updating both to use a tag, instead of commit. While it's good to pin by
an immutable reference, I think it's reasonably safe to use the tag, which is
easier to use, and what we do for other binaries, such as runc as well.
Full diff: https://github.com/rootless-containers/rootlesskit/compare/v1.1.0...v1.1.1
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit e27ffdab0f883034507272645e1f226886717224)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>