Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/Dockerfile.k3s
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This image is solely used for testing purposes
# and aims to wrap around k3s, making any needed
# changes for the cis-operator tests to work.
FROM rancher/k3s:v1.33.1-k3s1
FROM rancher/k3s:v1.33.2-k3s1

# Upstream does not have files /etc/passwd nor /etc/group
# which causes cis-operator to fail when scheduling a
Expand Down