Skip to content

Commit ac600f4

Browse files
committed
updating rest of the UBI images to 9.7
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent 42500c0 commit ac600f4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

images/scorecard-untar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:9.5
1+
FROM registry.access.redhat.com/ubi9/ubi:9.7
22

33
## Create a new non-root user to run as
44
ENV HOME=/opt/scorecard-untar \

internal/olm/fbcutil/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747
// TODO(v2.0.0): pin this image tag to a specific version.
4848
DefaultIndexImage = DefaultIndexImageBase + "latest"
4949
// DefaultInitImage is the default image to be used in the registry init container
50-
DefaultInitImage = "registry.access.redhat.com/ubi9/ubi:9.4"
50+
DefaultInitImage = "registry.access.redhat.com/ubi9/ubi:9.7"
5151
)
5252

5353
// BundleDeclcfg represents a minimal File-Based Catalog.

0 commit comments

Comments
 (0)