We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42500c0 commit ac600f4Copy full SHA for ac600f4
2 files changed
images/scorecard-untar/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM registry.access.redhat.com/ubi9/ubi:9.5
+FROM registry.access.redhat.com/ubi9/ubi:9.7
2
3
## Create a new non-root user to run as
4
ENV HOME=/opt/scorecard-untar \
internal/olm/fbcutil/util.go
@@ -47,7 +47,7 @@ const (
47
// TODO(v2.0.0): pin this image tag to a specific version.
48
DefaultIndexImage = DefaultIndexImageBase + "latest"
49
// DefaultInitImage is the default image to be used in the registry init container
50
- DefaultInitImage = "registry.access.redhat.com/ubi9/ubi:9.4"
+ DefaultInitImage = "registry.access.redhat.com/ubi9/ubi:9.7"
51
)
52
53
// BundleDeclcfg represents a minimal File-Based Catalog.
0 commit comments