Skip to content

Commit 525ee2a

Browse files
chore(deps): bump ubi9/ubi-minimal in /build
Bumps ubi9/ubi-minimal from 9.7-1776104705 to 1780379098. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: '1780379098' dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 86e0dae commit 525ee2a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN make go-build
1111
RUN GOOS=linux CGO_ENABLED=1 GOARCH=amd64 GOFLAGS="" go build -o build/_output/bin/addon-operator-webhook ./cmd/addon-operator-webhook
1212

1313
###
14-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776104705
14+
FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098
1515

1616
ENV USER_UID=1001 \
1717
USER_NAME=addon-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-1776104705
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098
88

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

build/Dockerfile.webhook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY . .
1212
RUN GOOS=linux CGO_ENABLED=1 GOARCH=amd64 GOFLAGS="" go build -o build/_output/bin/addon-operator-webhook ./cmd/addon-operator-webhook
1313

1414
###
15-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1776104705
15+
FROM registry.access.redhat.com/ubi9/ubi-minimal:1780379098
1616

1717
ENV USER_UID=1001 \
1818
USER_NAME=addon-operator

0 commit comments

Comments
 (0)