Skip to content

Commit dee48ac

Browse files
Merge pull request openshift#409 from openshift/dependabot/docker/build/ubi9/ubi-minimal-9.7-1763362218
Bump ubi9/ubi-minimal from 9.7-1762956380 to 9.7-1763362218 in /build
2 parents 1cc6dff + 34868d8 commit dee48ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ COPY . .
88
RUN make go-build
99

1010
####
11-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1762956380
11+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1763362218
1212

1313
ENV USER_UID=1001 \
1414
USER_NAME=certman-operator

build/Dockerfile.olm-registry

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY ${SAAS_OPERATOR_DIR} manifests
44
RUN initializer --permissive
55

66
# ubi-micro does not work for clusters with fips enabled unless we make OpenSSL available
7-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1762956380
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1763362218
88

99
COPY --from=builder /bin/registry-server /bin/registry-server
1010
COPY --from=builder /bin/grpc_health_probe /bin/grpc_health_probe

0 commit comments

Comments
 (0)