summaryrefslogtreecommitdiff
path: root/testutil/environment/protect.go
diff options
context:
space:
mode:
Diffstat (limited to 'testutil/environment/protect.go')
-rw-r--r--testutil/environment/protect.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/testutil/environment/protect.go b/testutil/environment/protect.go
index 282280e3f3..1ea0e43b66 100644
--- a/testutil/environment/protect.go
+++ b/testutil/environment/protect.go
@@ -10,7 +10,7 @@ import (
"gotest.tools/v3/assert"
)
-var frozenImages = []string{"busybox:latest", "busybox:glibc", "hello-world:frozen", "debian:buster"}
+var frozenImages = []string{"busybox:latest", "busybox:glibc", "hello-world:frozen", "debian:bullseye"}
type protectedElements struct {
containers map[string]struct{}