Skip to content

Commit dc0ea20

Browse files
chore(deps): bump ubi9/ubi-minimal in /build
Bumps ubi9/ubi-minimal from 9.7-1773895075 to 9.7-1773939694. --- updated-dependencies: - dependency-name: ubi9/ubi-minimal dependency-version: 9.7-1773939694 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4133a76 commit dc0ea20

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
@@ -10,7 +10,7 @@ COPY . .
1010
RUN make go-build
1111

1212
###
13-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773895075
13+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694
1414

1515
ENV USER_UID=1001 \
1616
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-1773895075
7+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694
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
@@ -10,7 +10,7 @@ COPY . .
1010
RUN GOOS=linux CGO_ENABLED=1 GOARCH=amd64 GOFLAGS="" go build -o build/_output/bin/addon-operator-webhook ./cmd/addon-operator-webhook
1111

1212
###
13-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773895075
13+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.7-1773939694
1414

1515
ENV USER_UID=1001 \
1616
USER_NAME=addon-operator

0 commit comments

Comments
 (0)