Skip to content

Commit e33c4cf

Browse files
Chore(deps): Bump ubi9/ubi-minimal in /build (#317)
Bumps ubi9/ubi-minimal from 9.8-1779709832 to 9.8-1780378819. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: 9.8-1780378819 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c8109ae commit e33c4cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /go/src/github.com/openshift/deadmanssnitch-operator
44
ENV GOFLAGS=""
55
RUN make go-build
66

7-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1779709832
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1780378819
88
ENV OPERATOR_BIN=deadmanssnitch-operator
99

1010
WORKDIR /root/

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.8-1779709832
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.8-1780378819
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)